Remote Operation
Getting Started
Syntax notation conventions
The following information applies to the common and
488.2 indefinite or definite length blocks:
HCOPy:DATA?
MMEMory:DATA
TRACe:DATA:Y:POWER
TRACe:DATA:Y:RATio
TRACe:DATA:Y?
MEMory:STATe:EXTended?
Uppercase lettering indicates that the uppercase portion of the command is the short form of the command. For example, in the command WAVelength, WAV is the short form.
Table
Convention | Description |
|
|
::= | Means is defined as. |
|
|
Indicates a choice of one element from a list. For example, A B indicates A or | |
| B, but not both. |
[ ] | Indicates the enclosed item is optional. |
|
|
{ } | Indicates the enclosed item can be incorporated in the command several |
| times, once, or not at all. |
|
|
<file_name> | File names must conform to standard |
<trace_name> | TRA, TRB, TRC, TRD, TRE, TRF |
|
|
<data_block> | This parameter represents the arbitrary block program data as defined by IEEE |
| 488.2. Arbitrary block program data allows any |
| This includes extended ASCII control codes and symbols. Two types of data |
| blocks are defined: |
| The |
| (in ASCII) specifying the number of length bytes to follow, followed by the |
| length (in ASCII), followed by length bytes of binary data. For example, two |
| bytes of binary data would be sent as follows: |
| #12<8 bit data byte><8 bit data byte> |
| The |
| character (in ASCII), followed by any number of bytes of binary data. The data |
| stream is terminated by a new line character with EOI set. For example, two |
| bytes of binary data would be sent as follows: |
| #0<8 bit data byte><8 bit data byte>NL^EOI |
|
|
a.