Write-only |
About Multiple Power Sensors |
Description |
Adds a power sensor name and item number to be used during a source power calibration. Use when multiple power sensors are to be used to calibrate the entire frequency span. The Name is used to recognize the sensor in the User Interface. Item numbers in the GuidedCalibrationPowerSensors collection are used to refer to the power sensor remotely. Use the Count Property to return the number of power sensor items that are configured for use on the channel. The port number to be calibrated is set using the PerformPowerCalibration Property. |
VB Syntax |
sensors.Add (name) |
Variable |
(Type) - Description |
sensors |
A GuidedCalibrationPowerSensors (collection) |
name |
(String) - Name of the power sensor to add. The power sensor must be already configured as a PMAR device using this name. Learn how to remotely configure a PMAR device. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
sensors.Add "pmar2" |
C++ Syntax |
HRESULT Add(BSTR name); |
Interface |
IGuidedCalibrationPowerSensors |