BaseNode Class
- Updated2023-02-21
- 2 minute(s) read
Represents generic nodes in the system definition and provides access to options and configuration settings that all nodes support.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
You can use the members of this class to get properties of a node such as its name, ID, and associated GUID, to rename or remove a node, and to traverse the system definition tree.
Accessing this Class
![]() |
---|
You can access this class from almost any other class that represents a node in the system definition. |
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.Alias
NationalInstruments.VeriStand.SystemDefinitionAPI.Channel
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceBase
NationalInstruments.VeriStand.SystemDefinitionAPI.Root
NationalInstruments.VeriStand.SystemDefinitionAPI.Section
NationalInstruments.VeriStand.SystemDefinitionAPI.Target
NationalInstruments.VeriStand.SystemDefinitionAPI.Targets
NationalInstruments.VeriStand.SystemDefinitionAPI.Waveform
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.Alias
NationalInstruments.VeriStand.SystemDefinitionAPI.Channel
NationalInstruments.VeriStand.SystemDefinitionAPI.CustomDeviceBase
NationalInstruments.VeriStand.SystemDefinitionAPI.Root
NationalInstruments.VeriStand.SystemDefinitionAPI.Section
NationalInstruments.VeriStand.SystemDefinitionAPI.Target
NationalInstruments.VeriStand.SystemDefinitionAPI.Targets
NationalInstruments.VeriStand.SystemDefinitionAPI.Waveform
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.