SCPI.SENSe(Ch).MULTiplexer(Id).COUNt

Object type

Property (Read-only)

Syntax

Value = SCPI.SENSe(Ch).MULTiplexer(Id).COUNt

Description

This command reads the number of ports of the Multiport test set whose ID is 1 or 2 (Id).

Variable

Parameter

Value

Description

The number of ports

Data type

Long integer type (Long)

Range

28: E5092A

16: E5091A-016

9: E5091A-009

0: E5091A/E5092A is not connected.

Examples

Dim NPort As Long
NPort = SCPI.SENSe.MULTiplexer(1).COUNt

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SENSe:MULTiplexer{[1]|2}:COUNt?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS:MULT1:COUN?"
20 ENTER 717;A