Read only |
About VNA Options |
Description |
Returns a value indicating the step size of the attenuator. |
VB Syntax |
value = cap.ReceiverStepAttenuatorStepSize (n) |
Variable |
(Type) - Description |
value |
(Double) - Variable to store the returned value of the attenuator step size. |
cap |
A Capabilities (object) |
n |
(Long) - port number to query for the value of the attenuator step size. |
Return Type |
Double |
Default |
Not Applicable |
Examples |
value = cap.ReceiverStepAttenuatorStepSize(1)'Read |
C++ Syntax |
HRESULT get_ReceiverStepAttenuatorStepSize(long portNumber, double * stepSize ); |
Interface |
ICapabilities |