NI-DAQmx .NET Framework 4.5 API Reference

ExternalCalibrationSession.Adjust4204 Method

  • Updated2023-02-21
  • 1 minute(s) read
ExternalCalibrationSession.Adjust4204 Method
Adjusts the external calibration constants for an NI 4204 device.

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

Syntax

public void Adjust4204(
	string physicalChannels,
	double lowpassFilterCutoffFrequency,
	bool sampleAndHoldEnabled,
	double referenceVoltage
)
Public Sub Adjust4204 ( 
	physicalChannels As String,
	lowpassFilterCutoffFrequency As Double,
	sampleAndHoldEnabled As Boolean,
	referenceVoltage As Double
)

Parameters

physicalChannels
Type: SystemString
The physical channel(s) to calibrate.
lowpassFilterCutoffFrequency
Type: SystemDouble
The lowpass filter cutoff frequency, in hertz, to calibrate.
sampleAndHoldEnabled
Type: SystemBoolean
Specifies whether to calibrate the channel(s) with the sample and hold circuitry of the channel enabled.
referenceVoltage
Type: SystemDouble
The known voltage, in volts, to use as a reference for calibration.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

You must connect a known voltage to the device and specify that voltage with referenceVoltage.

See Also

Log in to get a better experience