VeriStand .NET API Reference

RealTimeSequenceCallStep.RefreshSequenceCall Method

Refreshes the ParameterAssignments and OutputEvaluation for the sequence call based on the current contents of the sequence. This ensures that parameter assignments exist for all parameters, and that the data types of all parameter assignments match the data type of the corresponding sequence. This method also deletes any parameter assignments that have no corresponding entry in the sequence.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub RefreshSequenceCall
C#
public void RefreshSequenceCall()
Visual C++
public:
void RefreshSequenceCall()

Remarks

Note:

This method has no effect if SequencePath is not a valid file path.

See Also

Log in to get a better experience