
Section 8 Device Message Details
:DlSPlay : SETup [:NAME] <sdisplay>
| Command type | Sequential command | |
| Parameter | <sdisplay> = <STRING PROGRAM DATA> | |
| 
 | "INTerface" | Interface screen | 
| 
 | "MEMory" | Memory screen | 
| 
 | "SYSTem" | System screen | 
| Function | Selects display item on the Setup screen | |
| Example of use | Selects "INTerface" from the display items on the Setup screen. | |
>: DISPlay : SETup : NAME "INTerface" or : DISPlay : SETup "INTerface"
:DlSPlay : SETup [:NAME]?
| Command type | Sequential command | |
| Response | <sdisplay> = <STRING RESPONSE DATA> | |
| 
 | "INT" | Interface screen | 
| 
 | "MEM" | Memory screen | 
| 
 | "SYST" | System screen | 
| Function | Makes a query of the display item on the Setup screen. | |
| Example of use | > : DISPlay : SETup : NAME? or : DISPlay : SETupc? | |
<"INT"
:DlSPlay : RESult : JITTer : MODE <mode>
| Command type | Sequential command | 
| Parameter | <mode> = <CHARACTER PROGRAM DATA> | 
| 
 | CURRent ..... Current display | 
| 
 | LAST ........... LAST display | 
| Function | Switches the display mode of the Result screen. | 
| Example of use | Sets the display mode to the Current display. | 
| 
 | > : DISPlay : RESult : JITTer : Mode CURRent | 
