NI-DAQmx .NET Framework 4.5 API Reference

Device.GetPossibleSCExpressCalibrationAccessoryConnections Method

  • Updated2023-02-21
  • 1 minute(s) read
Device.GetPossibleSCExpressCalibrationAccessoryConnections Method
Gets the available connections on an SC Express accessory for the specified physical channel(s).

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public string[] GetPossibleSCExpressCalibrationAccessoryConnections(
	string physicalChannels
)
Public Function GetPossibleSCExpressCalibrationAccessoryConnections ( 
	physicalChannels As String
) As String()

Parameters

physicalChannels
Type: SystemString
The physical channel(s) to use.

Return Value

Type: String
An array of strings representing the available connections on an SC Express accessory for the specified physical channel(s).

Remarks

Connections specify how channels on the SC Express accessory should be configured. The resulting configuration connects channels to a particular external signal or an onboard terminal.

See Also

Log in to get a better experience