Read only |
About VNA Options |
Description |
Returns a value for the maximum amount of source attenuation. |
VB Syntax |
value = cap.MaximumSourceStepAttenuator (n) |
Variable |
(Type) - Description |
value |
(Double) - Variable to store the returned value for the maximum amount of source attenuation. |
cap |
A Capabilities (object) |
n |
(Long) - port number to query for the maximum amount of source attenuation |
Return Type |
Double |
Default |
Not Applicable |
Examples |
value = cap.MaximumSourceStepAttenuator 2'Read |
C++ Syntax |
HRESULT get_MaximumSourceStepAttenuator(long portNumber, double * attenuation ); |
Interface |
ICapabilities |