Agilent Technologies 35670A Manual page 266

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

Advertisement

DISPlay
DISPlay:PROGram:VECTor:BUFFer[:STATe]
Enables or disables the buffering of lines drawn with Instrument BASIC's graphics statements.
Command Syntax:
Example Statements:
Query Syntax:
Return Format:
Attribute Summary:
Description:
This command allows you to determine if the vectors used for Instrument BASIC graphics are stored in
memory.
Send DISPlay:PROGram:VECTor:BUFFer ON if you want to store all vectors created with DRAW
statements in memory.
Send DISPlay:PROGram:VECTor:BUFFer OFF if you want to disable the storing of the vectors. The
vectors created by DRAW statements are not stored in memory.
When lines are drawn by Instrument BASIC graphics statements, line, endpoint coordinates and pen
choice information is saved in memory for every line segment drawn. The information is stored in
memory so that the display can be correctly redrawn when the display partition is turned off then back on
with the DISP:PROG[:MODE] command.
Using the Instrument BASIC graphics statements to create animated graphics can take up a large amount
of memory. An animated graphic "moves," lines are constantly drawn, erased, and then redrawn to
indicate movement. Due to the amount of memory required, you probably do not want to store vectors in
an animated graphic.
8-12
DISPlay:PROGram:VECTor:BUFFer[:STATe] OFF|0|ON|1
OUTPUT 711;":DISPLAY:PROG:VECTOR:BUFF OFF"
OUTPUT 711;"disp:program:vect:buffer:stat OFF"
DISPlay:PROGram:VECTor:BUFFer[:STATe]?
Integer
Option:
1C2 Instrument BASIC
Synchronization Required:
Preset State:
not affected by Preset
SCPI Compliance:
no
instrument-specific
command/query

Advertisement

Table of Contents
loading

Table of Contents