TimingAndSyncDevice Class
- Updated2023-02-21
- 2 minute(s) read
Represents a timing and sync device, which is a custom device that can drive the RTSI 0 line and synchronize all the hardware I/O devices in the system.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Class TimingAndSyncDevice _ Inherits CustomDevice |
C# |
---|
public class TimingAndSyncDevice : CustomDevice |
Visual C++ |
---|
public ref class TimingAndSyncDevice : public CustomDevice |
Remarks
Use the members of this class to add sections and channels to a device, get and set device item property values, and get or set whether the device can drive the RTSI 0 line.
Accessing this Class
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceBase
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceSection
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDevice
NationalInstruments.VeriStand.SystemDefinitionAPI.TimingAndSyncDevice
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceBase
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceSection
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDevice
NationalInstruments.VeriStand.SystemDefinitionAPI.TimingAndSyncDevice
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.