Write / Read
About Source Power Cal

Path Property


Description

Specifies an interface to use for the power meter / sensor during a source power calibration.

VB Syntax

pwrMtrInterface.Path = value

Variable

(Type) - Description

pwrMtrInterface

(object) -  A PowerMeterInterface (object)

value

(enum as NACommunicationPath)  Choose from:

0 - naGPIB - GPIB interface

1 - naUSB - USB interface

2 - naLAN - LAN interface

3 - naAny - Any VISA resource string or a visa alias

Return Type

Enum

Default

naGPIB

Examples

See example

C++ Syntax

HRESULT put_Path(tagNACommunicationPath pNewVal);

HRESULT get_Path(tagNACommunicationPath *pVal);

Interface

IPowerMeterInterface


Last Modified:

24-Jan-2012

Added naAny

2-Aug-2007

MX New topic