VeriStand .NET API Reference

Table of Contents

TimingAndSyncDevice.IsRTSI0Capable Property

Gets or sets whether the timing and sync device is capable of driving the RTSI 0 line, which is a digital line that sends a clock signal that synchronizes all hardware I/O devices in the system.

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 IsRTSI0Capable As Boolean
C#
public virtual bool IsRTSI0Capable { get; set; }
Visual C++
public:
virtual property bool IsRTSI0Capable {
	bool get ();
	void set (bool value);
}

Property Value

true (True in Visual Basic) if the device can drive the RTSI 0 line.

Remarks

A device that can drive the RTSI 0 line can act as the chassis master hardware synchronization device for the system, meaning it cam control the synchronization of all hardware in a chassis.

See Also

Log in to get a better experience