NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ExternalCalibrationSession.Adjust4204 Method

ExternalCalibrationSession.Adjust4204 Method

ExternalCalibrationSessionAdjust4204 Method

Adjusts the external calibration constants for an NI 4204 device.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.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

Was this information helpful?