MDO3000 Programmer Manual.pdf - 第380页

Commands Listed in A lphabetical Order Related Commands *IDN? Examples ID? might return ID TE K/MDO4104-3,CF:9 1.1 CT FV:v2.951 44 DPO4EMBD:V1.0 0 DPO4USB:V1 .00 DPO4E NET :V1.00 . This indicates the oscilloscope model n…

100%1 / 1158
Commands Listed in Alphabetical Order
HORizontal:S
CAle
This command specifies the time base horizontal scale.
Group
Horizontal
Syntax
HORizontal:SCAle <NR3>
HORizontal:SCAle?
Arguments
<NR3> is a floating point number that specifies the range from 400 ps to 1000 s,
depending on the record len
gth. The
<NR3> argunent will be coerced to the
nearest horizontal scale setting.
Examples
HORIZONTAL:SCALE 2E-6 sets the main scale to 2 µs per division.
HORIZONTAL:SCALE? might return :HORIZONTAL:SCALE 2.0000 E-06
indicating that the main scale is currently set to 2 µs per division.
ID? (Query Only)
Returns the instrument identification data. This is similar to the data returned by
the *IDN? IEEE488.2 common query, but also includes any enabled application
modules and enabled options. However, it does not include the instrument
serial number.
The format of the returned string is an extension of that specified in Tektronix
Codes and Formats with the addition of the application information (and is not
dependent upon :HEADer or :VERBose settings):
ID TEK/<model>,CF:91.1CT FV:v<firmware version> <app module info>
where:
<firmware version> is comprised of 2 numerical values separated by a decimal
point representing the major and minor version numbers, respectively.
<app module info> is a list of application modules separated by a space of
the form:
<App ID> such as DPO4EMBD:V1.00, MDO3AUTO:V1.00, etc.
Group
Miscellaneous
Syntax
ID?
MDO4000/B/C, MSO/DPO4000B and MDO3000 Series Oscilloscopes Programmer Manual 2-349
Commands Listed in Alphabetical Order
Related Commands
*IDN?
Examples
ID? might return ID TEK/MDO4104-3,CF:9 1.1CT FV:v2.95144
DPO4EMBD:V1.00 DPO4USB:V1.00 DPO4E NET:V1.00
. This indicates the
oscilloscope model number, configured format, firmware version number and
enabled application modules.
*IDN? (Query Only)
Returns the oscilloscope identification code.
Group
Miscellaneous
Syntax
*IDN?
Related Commands
ID?
Examples
*IDN? might return :TEKTRONIX,DPO4034B,SN123456789,CF:91.1C T
FV:v1.00000
indicating the oscilloscope model number, serial number,
configured number, and firmware version number.
LANGuage
This command specifies the user interface display language. This command
only affects the oscilloscope displayed language. Remote commands and their
responses are always in English.
Group
Miscellaneous
Syntax
LANGuage
{ENGLish|FRENch|GERMan|ITALian|SPANish|PORTUguese|JAPAnese|
KOREan|RUSSian|SIMPlifiedchinese|TRADitionalchinese}
LANGuage?
Examples
LANGUAGE? might return :LANGUAGE ENGLISH.
2-350 MDO4000/B/C, MSO/DPO4000B and MDO3000 Series Oscilloscopes Programmer Manual
Commands Listed in Alphabetical Order
LOCk
Enables or disables all front-panel buttons and knobs. There is no front panel
equivalent.
When the front panel is locked, neither the FPAnel:PRESS nor the FPAnel:TURN
commands will work. They will not generate an error event either. You can work
around this by using the appropriate programmatic interface commands, instead of
the front-panel commands. For example, to set the trigger level to 50%, you could
use TRIGger:A SETLevel. To force a trigger, you could use TRIGger FORCe.
Group
Miscellaneous
Syntax
LOCk {A LL|NONe}
LOCk?
Related Commands
UNLock
Arguments
ALL disables all front-panel controls.
NONe enables all front-panel controls. ThisisequivalenttotheUNLockALL
command.
Examples
LOCK ALL locks the front-panel controls.
LOCK? might return :L OCK NONE indicating that the front-panel controls are
enabled by this command.
*LRN? (Query Only)
Returns the commands that list the oscilloscope settings except for configuration
information for the calibration values, the WFMInpre? query, and the
WFMOutpre? query. This query allows you to record or "learn" the current
oscilloscope settings. You can use these commands to return the oscilloscope to
the state it was in when you made the *LRN? query. This command is identical
to the SET? Command.
Group
Miscellaneous
Syntax
*LRN?
Related Commands
SET?
MDO4000/B/C, MSO/DPO4000B and MDO3000 Series Oscilloscopes Programmer Manual 2-351