ExternalCalibrationSession.Adjust1126 Method
- Updated2023-02-21
- 1 minute(s) read
ExternalCalibrationSessionAdjust1126 Method
Adjusts the external calibration constants for an SCXI-1126 module.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public void Adjust1126( double referenceFrequency, double measuredOutput )
Public Sub Adjust1126 ( referenceFrequency As Double, measuredOutput As Double )
Parameters
- referenceFrequency
- Type: SystemDouble
The frequency, in Hertz, of the signal to use as a reference for calibration. - measuredOutput
- Type: SystemDouble
The measured output, in volts, for the channel.
Exceptions
Exception | Condition |
---|---|
DaqException | The 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.