Write/Read |
About Cal All |
Description |
Sets and returns the Receiver Attenuator setting for a Cal All calibration. |
VB Syntax |
calAll.ReceiverAttenuator (port) = value |
Variable |
(Type) - Description |
calAll |
A CalibrateAllChannels (object) |
port |
(Long) Receiver 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.ReceiverAttenuator = 0 'Set value value = calAll.ReceiverAttenuator 'Return value |
C++ Syntax |
HRESULT get_ReceiverAttenuator (long port, double val); HRESULT put_ReceiverAttenuator long port, double* newVal); |
Interface |
ICalibrateAllChannels |