VeriStand .NET API Reference

RealTimeSequenceCallStep.ParameterAssignments Property

Gets or sets the parameter assignments for the real-time sequence, which can be constant values or channels in the system definition file that the parameters map to.

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 Property ParameterAssignments As RealTimeSequenceCallParameterAssignment()
C#
public RealTimeSequenceCallParameterAssignment[] ParameterAssignments { get; set; }
Visual C++
public:
property array<RealTimeSequenceCallParameterAssignment^>^ ParameterAssignments {
	array<RealTimeSequenceCallParameterAssignment^>^ get ();
	void set (array<RealTimeSequenceCallParameterAssignment^>^ value);
}

Property Value

An array of RealTimeSequenceCallParameterAssignment objects.

See Also

Log in to get a better experience