Write/Read |
About Safe Sweep |
Description |
Set and read the maximum limit of the external DC device. |
VB Syntax |
gca.SafeSweepMaximumDCLimit = value |
Variable |
(Type) - Description |
gca |
A GainCompression (object) |
value |
(Double) Maximum DC level. |
Return Type |
Double |
Default |
-5 |
Examples |
gca.SafeSweepMaximumDCLimit = -5 'Write |
maxLimit = gca.SafeSweepMaximumDCLimit 'Read |
|
C++ Syntax |
HRESULT get_SafeSweepMaximumDCLimit(double* value) HRESULT put_SafeSweepMaximumDCLimit(double value) |
Interface |
IGainCompression6 |