Waveform Class
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Represents a waveform in the system definition. This is a base class for more specific waveform classes, including hardware waveforms, custom device waveforms, and so on.
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 get and set basic properties of a waveform, including its data type and associated units.
Accessing this Class
You cannot explicitly construct a Waveform object. Use an object of a type that inherits this class to access its members.
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.Waveform
NationalInstruments.VeriStand.SystemDefinitionAPI.DAQWaveform
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.Waveform
NationalInstruments.VeriStand.SystemDefinitionAPI.DAQWaveform
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.