Write/Read |
About GCA Analysis |
Description |
Set and return the CW frequency for a compression analysis trace. |
VB Syntax |
gcaMeas.AnalysisCWFreq = value |
Variable |
(Type) - Description |
gcaMeas |
A GainCompressionMeas (object) |
value |
(Double) CW frequency in Hz. Choose a frequency within the range of the gain compression channel. |
Return Type |
Double |
Default |
Not Applicable |
Examples |
gcaMeas.AnalysisCWFreq = 1e9 'Write |
cwfreq = gca.AnalysisCWFreq 'Read |
|
C++ Syntax |
HRESULT get_AnalysisCWFreq(Double* value) HRESULT put_AnalysisCWFreq(Double value) |
Interface |
IGainCompressionMeas |