VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

CustomDeviceBase Class

Defines a base class for NI VeriStand custom devices.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Class CustomDeviceBase _
	Inherits BaseNode
C#
public class CustomDeviceBase : BaseNode
Visual C++
public ref class CustomDeviceBase : public BaseNode

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

Note:

You also can access members of this class from any class that defines a custom device or custom device component.

Inheritance Hierarchy

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

Was this information helpful?