Write/Read |
About Swept IMDx |
Description |
Sets or returns the Stop value of a LO Power sweep. Also set imdx.SweepType to naIMDLOPowerSweep. |
VB Syntax |
obj.LOStopPower (n) = value |
Variable |
(Type) - Description |
obj |
|
n |
(Long) - LO stage number. Choose 1 |
value |
(double) - LO Stop power in dBm. |
Return Type |
Double |
Default |
-10 dBm |
Examples |
convtr.LOStopPower(1) = -5 'Sets the LO Power sweep Stop value Stop = convtr.LOStopPower(1) 'Reads the Stop value |
C++ Syntax |
HRESULT get_LOStopPower(long LOStage, double *pVal) HRESULT put_LOStopPower(long LOStage, double newVal) |
Interface |
IConverter |