VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

DAQAnalogOutput.IsSCXI Property

Gets whether the channel belongs to an SCXI module.

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 ReadOnly Property IsSCXI As Boolean
C#
public virtual bool IsSCXI { get; }
Visual C++
public:
virtual property bool IsSCXI {
	bool get ();
}

Property Value

true (True in Visual Basic) if the channel belongs to an SCXI module. Otherwise false (False in Visual Basic).

See Also

Was this information helpful?