Closes the connection to the power meter.
CalPwrMeterClose (plStatus)
Name |
Type |
Comments |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
Driver methods and properties that access the instrument are not accessible after Close is called.
The following example closes the session to the power meter:
CalPwrMeterClose (&lStatus);