ExternalCalibrationSession.Setup4305 Method
- Updated2023-02-21
- 1 minute(s) read
ExternalCalibrationSessionSetup4305 Method
Initializes an NI PXIe-4305 device with the specified range for calibration.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public void Setup4305( string physicalChannels, double rangeMinimum, double rangeMaximum )
Public Sub Setup4305 ( physicalChannels As String, rangeMinimum As Double, rangeMaximum As Double )
Parameters
- physicalChannels
- Type: SystemString
The physical channel(s) to calibrate. - rangeMinimum
- Type: SystemDouble
The minimum value in the range. - rangeMaximum
- Type: SystemDouble
The maximum value in the range.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |