Write/Read |
About Phase Reference Cals |
Description |
Sets and returns the input power level to the unknown mixer. |
VB Syntax |
phaseRef.UnknownMixerInputPower = value |
Variable |
(Type) - Description |
object |
PhaseReferenceCalibration (object) |
value |
(Double) Input power level in dBm. |
Return Type |
Double |
Default |
-15 dBm |
Examples |
phaseRef.UnknownMixerInputPower = 0 |
value = phaseRef.UnknownMixerInputPower 'Read |
|
C++ Syntax |
HRESULT get_UnknownMixerInputPower(double *value) HRESULT put_UnknownMixerInputPower(double value) |
Interface |
IPhaseReference2 |