ExternalCalibrationSession.Setup4302 Method
- Updated2023-02-21
- 1 minute(s) read
ExternalCalibrationSessionSetup4302 Method
Initializes an NI PXIe-4302 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 Setup4302( string physicalChannels, double rangeMinimum, double rangeMaximum )
Public Sub Setup4302 ( 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. |