Read-Write
About Multiple Power Sensors

Name Property


Description

Sets and returns the name of the Power Sensor (object) to be used as part of a Guided Power Calibration.

 VB Syntax

pSensor.Name = value

Variable

(Type) - Description

pSensor

A GuidedCalibrationPowerSensor  (object)

value

(string) - Name of the power sensor. The power sensor must be already configured as a PMAR device using this name. Learn how to remotely configure a PMAR device.

Return Type

String

Default

Not Applicable

Examples

Sensor.Name = "26GHzSesnsor" 'write

value = pSensor.Name 'Read

See example program

C++ Syntax

HRESULT get_Name(BSTR *pPsensorName)

HRESULT put_Name(BSTR pPsensorName)

Interface

IGuidedCalibrationPowerSensor


Last Modified:

8-Feb-2011

New topic