VeriStand .NET API Reference

StimulusChannel.Units Property

Gets the units associated with the stimulus channel.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overrides ReadOnly Property Units As String
C#
public override string Units { get; }
Visual C++
public:
virtual property String^ Units {
	String^ get () override;
}

Property Value

The units associated with the channel.

Remarks

Note:

This property is obsolete in NI VeriStand 2011 and later and does not interact with the latest version of the Stimulus Profile Editor. Use the Stimulus Profile API, in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll to interact with the current Stimulus Profile Editor.

See Also

Log in to get a better experience