Write/Read |
About Cal All |
Description |
Sets and returns the Source Attenuator setting for a Cal All calibration. |
VB Syntax |
calAll.SourceAttenuator (port) = value |
Variable |
(Type) - Description |
calAll |
A CalibrateAllSourceAttenuator (object) |
port |
(Long) Source port number. |
value |
(Double) Attenuation value in dB for a Cal All calibration. Choose a valid value for the VNA model. See valid settings. |
Return Type |
Double |
Default |
0 (zero dB) |
Examples |
calAll.SourceAttenuator = 0 'Set value value = calAll.SourceAttenuator 'Return value |
C++ Syntax |
HRESULT get_SourceAttenuator (long port, double val); HRESULT put_SourceAttenuator long port, double* newVal); |
Interface |
ICalibrateAll |