niHSDIO Init Ext Cal
Creates and initializes a special NI-HSDIO external calibration session. instrument handle out is an NI-HSDIO session that can be used during the calibration session.
Multiple calls to this function return the same session ID. Calibration sessions are mutually exclusive with acquisition and generation sessions.
resource name specifies the device name, for example "PXI1Slot3," where "PXI1Slot3" is a device name assigned by Measurement & Automation Explorer. | |||||||
password is the current calibration password for the device. This password is case sensitive. The default password for all NI products is NI. | |||||||
error in (no error) can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|