CustomDeviceBase Class
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Defines a base class for NI VeriStand custom devices.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Remarks
Use the members of this class to interact with items in a custom device. For example, you can get and set item property values, move an item to a different location in the custom device hierarchy, associate GUIDs with items, and configure error reporting within the custom device.
Accessing this Class
You also can access members of this class from any class that defines a custom device or custom device component. |
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceBase
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceChannel
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceSection
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceWaveform
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceBase
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceChannel
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceSection
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceWaveform
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.