NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API ReferenceDevice.GetPossibleSCExpressCalibrationAccessoryConnections MethodCurrent page
Table of Contents

Device.GetPossibleSCExpressCalibrationAccessoryConnections Method

Device.GetPossibleSCExpressCalibrationAccessoryConnections Method

DeviceGetPossibleSCExpressCalibrationAccessoryConnections 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.40.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

In This Section
Was this information helpful?