VeriStand .NET API Reference

RawDataBasedChannel.StartBit Property

Gets or sets the start bit, or the least significant signal bit position in the frame payload. This value determines the signal starting point in the 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 Overridable Property StartBit As UInteger
C#
public virtual uint StartBit { get; set; }
Visual C++
public:
virtual property unsigned int StartBit {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The start bit.

See Also

Log in to get a better experience