Write/Read |
About Safe Sweep |
Description |
When the VNA port that is connected to the DUT Output measures the specified value, the input power to the DUT is no longer incremented at that frequency. |
VB Syntax |
gca.SafeSweepMaximumLimit = value |
Variable |
(Type) - Description |
gca |
A GainCompression (object) |
value |
(Double) Maximum power level in dBm. Choose a value from -100 to +100. |
Return Type |
Double |
Default |
100 |
Examples |
gca.SafeSweepMaximumLimit = 23 'Write |
maxPwr = gca.SafeSweepMaximumLimit 'Read |
|
C++ Syntax |
HRESULT get_SafeSweepMaximumLimit(double* value) HRESULT put_SafeSweepMaximumLimit(double value) |
Interface |
IGainCompression |