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