Read only
About PNA Options

GPIBPortCount Property


Description

Returns the number of GPIB ports that are present on the PNA rear-panel.

 VB Syntax

value = cap.GPIBPortCount

Variable

(Type) - Description

value

(Long) - Variable to store the returned integer value of the number of GPIB ports.

cap

A Capabilities (object)

Return Type

Long

Default

Not Applicable

Examples

value = cap.GPIBPortCount 'Read

C++ Syntax

HRESULT get_GPIBPortCount(long * gpibPorts );

Interface

ICapabilities3