Section 4
:
Frequently Asked Questions
Series 3700 System Switch/Multimeter Quick Start Guide
4-20
Document Number: 3700S-903-01 Rev. A / August 2007
Language Help:
Provides online help to the TSL programming language.
Control icons
Control icons include:
1.
Open/Close Instrument:
Opens instrument resource if closed. Closes instrument resource
if open.
2.
Clear Console Window:
Clears instrument console window.
3.
Abort Execution:
Halts execution of commands or scripts.
4.
Reset:
Aborts whatever the unit is doing and resets everything to the default state.
5.
Send Software Trigger:
Sends a software trigger to take readings.
6.
Menu:
Accesses the console menu.
7.
Minimize/Maximize:
Minimizes or maximizes the console window.
How can I use TSB to make measurements?
Step 1:
Reset instrument.
Step 2:
Configure the DMM for desired measurements.
Step 3:
Take the measurements.
The following example will configure the DMM for DC volt readings at 0.5plc on the 10 volt
range. The example will take 10 readings and display them in the console window:
Command
Description
reset()
Reset the instrument.
dmm.func = 'dcvolts'
Select DC volts as DMM function.
dmm.nplc = 0.5
Set the NPLC for DC volts.
dmm.range = 10
Set the range for DC volts.
for x = 1,10 do
print(dmm.measure())
Take a reading a display it in console window 10 times.
end
Содержание 3706
Страница 3: ......
Страница 11: ......
Страница 25: ......
Страница 67: ......
Страница 72: ...This page left blank intentionally...