Write / Read |
About Source Power Cal |
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 |
|
C++ Syntax |
HRESULT put_Path(tagNACommunicationPath pNewVal); HRESULT get_Path(tagNACommunicationPath *pVal); |
Interface |
IPowerMeterInterface |