VeriStand .NET API Reference

NodeIDUtil Class

Provides methods for converting node IDs, or pointers, to nodes in a system definition file into item references to the same node.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Use the members of this class to access node-specific classes such as CustomDevice, CustomDeviceChannel, and so on.
Note:

If you are programming in LabVIEW, you can use the members of this class to switch between the .NET API and the NI VeriStand VIs available in LabVIEW. The .NET API often uses node IDs where the LabVIEW VIs use node references.

Accessing this Class

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.SystemDefinitionAPI.NodeIDUtil

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.

See Also

Log in to get a better experience