VeriStand .NET API Reference

CustomDevice.DeviceEnabledState Property

Gets or sets the state (enabled or disabled) of the custom device.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property DeviceEnabledState As Boolean
C#
public bool DeviceEnabledState { get; set; }
Visual C++
public:
property bool DeviceEnabledState {
	bool get ();
	void set (bool value);
}

Property Value

A Boolean indicating the state of the custom device. If true (True in Visual Basic), the custom device is enabled.

See Also

Log in to get a better experience