Write / Read |
About Source Power Cal |
Description |
Specifies the location, address, or ID string of the power meter / sensor that is used during a source power calibration. Use Path Property to specify the type of interface. |
VB Syntax |
pwrMtrInterface.Locator = value |
Variable |
(Type) - Description |
pwrMtrInterface |
(object) - A PowerMeterInterface (object) |
value |
(string) Location of the power meter / sensor, depending on the type of interface (Path Property)
|
Return Type |
String |
Default |
Not applicable |
Examples |
pwrMeterInterface.Locator = "13" 'GPIB address pwrMeterInterface.Locator = "Keysight Technologies,U2000A,MY12345678” 'USB ID string pwrMeterInterface.Locator = "mymeter.Keysight.com" 'LAN pwrMeterInterface.Locator = "TCPIP0::mymeter.Keysight.com::5025::SOCKET" ' Any |
C++ Syntax |
HRESULT put_Locator( BSTR pValue ); HRESULT get_Locator(BSTR* pValue ); |
Locator |
IPowerMeterInterface |