Read only
About PNA Options

SourceStepAttenuatorStepSize Property


Description

Returns a value indicating the step size of the source attenuator.

 VB Syntax

value = cap.SourceStepAttenuatorStepSize (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.SourceStepAttenuatorStepSize(1)

C++ Syntax

HRESULT get_SourceStepAttenuatorStepSize(long portNumber,  double *  stepSize );

Interface

ICapabilities5