E4990A Help
256
A space (ASCII code: 32) is required between a command and its first
parameter. When sending several parameters in a single command,
separate each parameter with a comma (,).
Message including several commands
When sending 2 or more commands in a single message, separate each
command with a semicolon (;). The following example shows how to send
the *CLS command and the :SYST:PRES command in a single message
using VISA-COM.
Ana.WriteString "*CLS;:SYST:PRES", True
Remote Mode
The E4990A does not provide remote mode. Therefore, even if you send a
GPIB command, it never enters into the remote mode automatically. There
is no local key to release remote mode.
If you need to prevent misoperation during remote control due to entry
from the front panel or mouse, lock the input devices using the following
commands.
• :SYST:KLOC:KBD
• :SYST:KLOC:MOUS
Setting Measurement Condition
Setting Measurement Conditions
Setting up the Measurement
Adapter Setting
Setting up the Measurement
•
Overview
• Sample Program in Excel VBA
Other topics about Setting Measurement Conditions
Overview
The program listed in the below section is written in VISA-COM with Excel
VBA. It can be executed from the external PC controller. The program
demonstrates how to set up the measurement conditions.
Setting up Measurement Conditions Sample Program in Excel VBA
Sub Setup()
'
'
' The memory area of the resource manager and the instrument I/O are acquired