StartExternalCalibration(string)
- Updated2026-02-03
- 1 minute(s) read
Starts an external calibration session on a device.
Syntax
Namespace: NationalInstruments.DAQmx
public ExternalCalibrationSession StartExternalCalibration(string password)
Parameters
| Name | Type | Description |
|---|---|---|
| password | string | The current calibration password for the device. The default password for all NI products is NI. |
Returns
A reference to the ExternalCalibrationSession.
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |