VeriStand .NET API Reference

RealTimeSequenceCallParameterAssignment Class

Represents the parameter assignments for a real-time sequence. A parameter can have a constant value or map to a channel in a system definition file.

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 Class RealTimeSequenceCallParameterAssignment _
	Inherits BaseNode
C#
public class RealTimeSequenceCallParameterAssignment : BaseNode
Visual C++
public ref class RealTimeSequenceCallParameterAssignment : public BaseNode

Remarks

Use the members of this class to get or set the name and value of a real-time sequence parameter.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.StimulusProfileDefinitionApi.RealTimeSequenceCallParameterAssignment

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience