NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

ExternalCalibrationSession.Adjust1503Current Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Adjust1503Current Method
Adjusts the external calibration constants for an SCXI-1503 module.

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

Syntax

public void Adjust1503Current(
	string physicalChannels,
	double measuredCurrent
)
Public Sub Adjust1503Current ( 
	physicalChannels As String,
	measuredCurrent As Double
)

Parameters

physicalChannels
Type: SystemString
Specifies the physical channel to calibrate.
measuredCurrent
Type: SystemDouble
Specifies the current measured for the specified channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

You must connect a known voltage to the module. You must specify the voltage with referenceVoltage and specify the measured output with measuredOutput.

See Also

Log in to get a better experience