VeriStand .NET API Reference

RealTimeSequenceCallStep.RefreshSequenceCall Method (RealTimeSequence)

Refreshes the ParameterAssignments and OutputEvaluation for the sequence call based on the current contents of the specified 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 ( _
	sequence As RealTimeSequence _
)
C#
public void RefreshSequenceCall(
	RealTimeSequence sequence
)
Visual C++
public:
void RefreshSequenceCall(
	RealTimeSequence^ sequence
)

Parameters

sequence
Type: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.RealTimeSequence
The reference to the sequence to use to validate the sequence call data.

See Also

Log in to get a better experience