VeriStand .NET API Reference

SCXIModule Constructor

Initializes a new instance of SCXIModule with the specified name. All channels are populated based on the SCXI module Type specified by TypeGUID.

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 Sub New ( _
	Name As String, _
	TypeGUID As String, _
	numInternalChannels As UShort _
)
C#
public SCXIModule(
	string Name,
	string TypeGUID,
	ushort numInternalChannels
)
Visual C++
public:
SCXIModule(
	String^ Name, 
	String^ TypeGUID, 
	unsigned short numInternalChannels
)

Parameters

Name
Type: System.String
The name of the SCXI module.
TypeGUID
Type: System.String
The GUID specifying the module type.
numInternalChannels
Type: System.UInt16
The number of internal channels to add to the SCXI module.

See Also

Log in to get a better experience