CalPwrMeterClose

Purpose

Closes the connection to the power meter.

Syntax

CalPwrMeterClose (plStatus)

Parameters

Name
Type
Comments
plStatus
PLONG
Returned status: 0 on success, negative number on failure.

Comments

Driver methods and properties that access the instrument are not accessible after Close is called.

Example

The following example closes the session to the power meter:

 

CalPwrMeterClose (&lStatus);

 

See Also

CalPwrMeterInitialize