VeriStand .NET API Reference

Multiplexer.MultiplexerValue Property

Gets or sets the value of a multiplexer signal, which defines the dynamic signals to transmit in a given frame.

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 Property MultiplexerValue As Integer
C#
public int MultiplexerValue { get; set; }
Visual C++
public:
property int MultiplexerValue {
	int get ();
	void set (int value);
}

Property Value

The multiplexer value, as an integer.

See Also

Log in to get a better experience