Write-only |
About Receiver Cal |
Description |
Note: This property is replaced by DoReceiverPowerCal Method. Stores the measurement’s data to the measurement’s “divisor” buffer for use by the Normalization data processing algorithm. Normalization is currently supported only on measurements of unratioed power, for purpose of receiver power calibration. If DataToDivisor is called on a ratioed measurement (such as an S-parameter), it will return an error. |
VB Syntax |
meas.DataToDivisor |
Variable |
(Type) - Description |
meas |
(object) - A Measurement object |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
meas.DataToDivisor |
C++ Syntax |
HRESULT DataToDivisor(); |
Interface |
IMeasurement |