Agilent Technologies 35670A Manual page 264

Dynamic signal analyzer gpib programming
Hide thumbs Also See for 35670A:
Table of Contents

Advertisement

DISPlay
DISPlay:PROGram:KEY:BRACket
Draws a bracket around one or more softkeys in an Instrument BASIC program.
Command Syntax:
<first_key_number> ::= <number>|<bound>
<number> ::= a real number (NRf data)
<bound> ::= MAX|MIN
<last_key_number> ::= <number>|<bound>
<number> ::= a real number (NRf data)
<bound> ::= MAX|MIN
Example Statements:
Query Syntax:
Return Format:
Attribute Summary:
Description:
Use this command to make the softkey menus created by an Instrument BASIC program, appear similiar
to the analyzer's menus. The command draws a bracket around a group of softkeys, indicating a one-of-n
selection.
The first parameter specifies the first softkey to appear within the bracket. The second parameter
specifies the last softkey to appear within the bracket. The valid range for both parameters is 0 to 8; with
0 representing the top softkey and 8 representing the bottom softkey.
The third parameter turns on or turns off the bracket.
You must specify the range in a query. The query only addresses the exact range—not keys within the
range. For example, if the the bracket is around keys 0 through 4 (0,4), and you you sent
DISP:PROG:KEY:BRAC? 2,3; the query would return +0 (OFF).
See the ON KEY command in the Instrument BASIC User's Handbook for information on labeling
softkeys.
8-10
DISPlay:PROGram:KEY:BRACket <first_key_number>,
<last_key_number>, OFF|0|ON|1
limits:
0:8
limits:
0:8
OUTPUT 711;":disp:prog:key:brac 0,8,ON"
OUTPUT 711;"DISPLAY:PROGRAM:KEY:BRACKET 0,4,OFF"
DISPlay:PROGram:KEY:BRACket? <First_key_number>,
<last_key_number>
Integer, Integer, Integer
Option:
IC2 Instrument BASIC
Synchronization Required:
Preset State:
not applicable
SCPI Compliance:
no
instrument-specific
command/query

Advertisement

Table of Contents
loading

Table of Contents