Read only |
About VNA Options |
Description |
Returns a value indicating the maximum amount of source ALC power with 0 dB source attenuation. To calculate the maximum amount of source ALC power with a different level of attenuation, subtract the amount source attenuation from this value. |
VB Syntax |
value = cap.MaximumSourceALCPower (n) |
Variable |
(Type) - Description |
value |
(Double) - Variable to store the returned value for the maximum amount of source ALC power. |
cap |
A Capabilities (object) |
n |
(Long) - source number to query for maximum ALC power |
Return Type |
Double |
Default |
Not Applicable |
Examples |
value = cap.MaximumSourceALCPower'Read |
C++ Syntax |
HRESULT get_MaximumSourceALCPower(long sourceNum, double * power ); |
Interface |
ICapabilities |