Gets or sets whether the digital lines are inverted.
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 Overridable Property Inverted As Boolean |
| C# |
|---|
public virtual bool Inverted { get; set; } |
| Visual C++ |
|---|
public:
virtual property bool Inverted {
bool get ();
void set (bool value);
} |
Property Value
true (True in Visual Basic) if digital lines are inverted. Otherwise
false (False in Visual Basic).