VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

DAQDIOPort.Inverted Property

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)

Syntax

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).

See Also

Was this information helpful?