VeriStand .NET API Reference

Table of Contents

Parameters Class

Represents the Parameters section of the real-time sequence definition, which contains the parameter declarations for the sequence.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Class Parameters _
	Inherits BaseNode _
	Implements IEquatable(Of Parameters)
C#
public class Parameters : BaseNode, IEquatable<Parameters>
Visual C++
public ref class Parameters : public BaseNode, 
	IEquatable<Parameters^>

Remarks

Use the members of this class to add, configure, or remove parameters from the real-time sequence.

Accessing this Class:

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
        NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Parameters

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