Route]:open[:list – Agilent Technologies Agilent E5250A User Manual

Page 209

Advertising
background image

Agilent E5250A User’s Guide, Edition 11

7-41

Command Reference

[:ROUTe]:OPEN[:LIST]?

[:ROUTe]:OPEN[:LIST]?

This query command returns 0 or 1 for each channel specified by channel_list, in
same order as specified by channel_list.

0: channel is closed (connected), 1: channel is opened (not connected).

Syntax

[:ROUTe]:OPEN[:LIST]? (@channel_list)

Query response

open_status{,open_status} <newline><^END>

1 : opened
0 : closed

Example

OUTPUT @Hp5250;":ROUT:OPEN:CARD ALL"

OUTPUT @Hp5250;":ROUT:CLOS (@10101,10202)"

OUTPUT @Hp5250;":ROUT:OPEN? (@10101,10102,10201,10202)"

ENTER @Hp5250;A$
In above example, A$ will be as follows:

0,1,1,0

Parameter Explanation

channel_list

Channels to check. For details about channel_list,
refer to Chapter 5.

Advertising