GPIB/RS232 Interface (IEEE-488.2)
LLO command. However, it does not affect the Remote/Local state of GPIB.
Example: Input the command SYST:KLOC ON.
Description: It means the key is enabled to lock the panel from returning.
:SYSTem:KLOCk?
It queries if the panel has been locked.
Example: Input the command SYST:KLOC?
The tester returns 1.
Description: The returned 1 means the host panel is locked at present.
:SYSTem:LINK:ADDRess?
It queries the address set for the system connection.
Example: Input the command SYST:LINK:ADDR?
The tester returns 1.
Description: The returned 1 means the address of present system connection is 1.
:SYSTem:LINK:MASTer?
It queries if the system connection is set to Master.
Example: Input the command SYSTem:LINK:MAST?
The tester returns 1.
Description: The returned 1 means the present system connection is set to
Master.
:SYSTem:LOCK:OWNer?
It queries the system is in LOCAL or REMOTE state.
Example: Input the command SYSTem:LOCK:OWN?
The tester returns LOCal.
Description: The returned LOCal means the system is in panel control state.
:SYSTem: LOCK:RELease
It switches back to the panel control state.
Example: Input the command SYSTem:LOCK:REL.
Description: It means to switch the system to panel control state.
:SYSTem:LOCK:REQuest?
It switches to remote control state. It returns 1 if success or 0 will be returned.
Example: Input the command SYSTem:LOCK:REQ?
The tester returns 1.
Description: The returned 1 means it is successful to switch from local to remote
state.
:SYSTem:TCONtrol:AGC[:SOFTware] < boolean > | ON | OFF
It sets if enable the software AGC function.
Example: Input the command SYST:TCON:AGC ON.
Description: It means the software AGC function is enabled.