Read only
About PNA Options

InternalDCReceiverCount Property


Description

Returns the number of internal DC receivers in the analyzer.

 VB Syntax

value = cap.InternalDCReceiverCount

Variable

(Type) - Description

value

(Long) - Variable to store the returned value.

cap

A Capabilities (object)

Return Type

Long

Default

Not Applicable

Examples

value = cap.InternalDCReceiverCount 'Read

C++ Syntax

HRESULT get_InternalDCReceiverCount(long *value);

Interface

ICapabilities14