Provides the settings for configuring a Power Meter to be used as a VNA Receiver (PMAR).
This object is accessed through ExternalDevice.ExtendedProperties. When an external device is added to the ExternalDevices collection, and the DeviceType property is set to Power Meter, then ExtendedProperties is used to get a handle to this object.
externalDevices.Add "NewPMAR" dim newExternalDevice Set newExternalDevice = externalDevices.Item("NewPMAR") newExternalDevice.DeviceType = "Power Meter" dim PMAR Set PMAR = newExternalDevice.ExtendedProperties PMAR.ReadingsPerPoint = 10 |
Example: Create a PMAR Device and Measurement
(Bold Methods or Properties provide access to a child object)
Methods |
Description |
---|---|
None |
|
Properties |
Description |
Provides access to the collection of segments of a power sensor cal factor table. |
|
Enable or disable the use of the power meter min and max frequencies. |
|
Maximum usable frequency (Hz) specified for this power sensor. |
|
Minimum usable frequency (Hz) specified for this power sensor. |
|
Provides access to the collection of segments of the power loss table. |
|
Identifies which power sensor this object corresponds to (or which channel of the power meter the sensor is connected to). |
|
Allows for settling of the power sensor READINGS. |
|
Allows for settling of the power sensor READINGS. |
|
Reference cal factor (%) associated with this power sensor. |
|
Sets the power sensor channel (1 or 2) to be used. |
|
Enables/disables use of internal calibration factors for power sensors with built-in calibration factors. |
|
Specifies if subsequent power readings will use the loss table. |
Interface |
Introduced with VNA Rev: |
IPowerSensorAsReceiver |
9.0 |