Write/Read |
About GainCompressionCalAbout SweptIMDCal |
Description |
Set and read the power level at which to perform the Source Power Cal portion of a Gain Compression Calibration or a SweptIMD Cal. |
VB Syntax |
object.PowerLevel = value |
Variable |
(Type) - Description |
object |
A GainCompressionCal (object) A SweptIMDCal (object) |
value |
(Double) - Power level in dB. Choose a value from +30 to (-30). Learn about choosing a power level. |
Return Type |
Double |
Default |
0 |
Examples |
gca.PowerLevel = -5 'Write |
pLevel = imd.PowerLevel 'Read |
|
C++ Syntax |
HRESULT get_PowerLevel(double* pVal) HRESULT put_PowerLevel(double newVal) |
Interface |
IGainCompressionCal ISweptIMDCal |