Write/Read |
About Safe Sweep |
Description |
Sets and returns the name of the external DC device. |
VB Syntax |
gca.SafeSweepDCParameter = value |
Variable |
(Type) - Description |
gca |
A GainCompression (object) |
value |
(string) - Name of the external DC device. |
Return Type |
String |
Default |
Not Applicable |
Examples |
gca.SafeSweepDCParameter = "MyDCDevice" 'write value = gca.SafeSweepDCParameter 'Read |
C++ Syntax |
HRESULT get_SafeSweepDCParameter(BSTR* dcname) HRESULT put_SafeSweepDCParameter(BSTR dcname) |
Interface |
IGainCompression6 |