Read only
About PNA Options

MinimumSourceALCPower Property


Description

Returns a value indicating the minimum amount of source ALC power with 0 dB source attenuation.

To calculate the minimum amount of source ALC power with a different level of attenuation, subtract the amount source attenuation from this value.

 VB Syntax

value = cap.MinimumSourceALCPower (n)

Variable

(Type) - Description

value

(Double) - Variable to store the returned minimum value of source ALC power.

cap

A Capabilities (object)

n

(Long) - source number to query for the minimum value of source ALC power.

Return Type

Double

Default

Not Applicable

Examples

value = cap.MinimumSourceALCPower'Read

C++ Syntax

HRESULT get_MinimumSourceALCPower(long sourceNum, double * power );

Interface

ICapabilities