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