
Keysight E1412A Digital Multimeter User Guide
lxxxi
E1412A Multimeter Application Examples
Keysight E1412A Multimeter Application Information
Use a 10ms delay before each measurement.
CALC:FUNC AVER
Select a math function.
CALC:STAT ON
Enable the math operations.
INIT
Puts multimeter in wait-for-trigger state; trigger source is
"IMM"; internal trigger occurs "immediately" and measurements are
stored in multimeter internal memory.
FETC?
Transfer measurements from the multimeter internal memory to the
output buffer and retrieve them with the computer.
Loop
SPOLL - read the multimeter's status byte until bit 4 (MAV) goes
high to indicate there is a message available in the output buffer.
End Loop
** NOTE: If
TRIG:COUN
is too big,
FETC?
can timeout before
measurements complete.
FETC?
expects a response before the timeout
interval specified in the program code. Using the previous program
detecting the OPC bit is recommended.
Retrieve the
AVERage
math operation response from the multimeter.
CALC:AVER:AVER?
Retrieve the average measurement value.
CALC:AVER:MAX?
Retrieve the maximum measurement value.
CALC:AVER:MIN?
Retrieve the minimum measurement value.
Check the multimeter for system errors.
SYST:ERR?
Retrieve the system error response from the multimeter.
LIMITTST Source Code File
This program has the multimeter making measurements continuously until an
upper or lower limit is exceeded. The lower test limit is set to 2V; the upper test
limit is set to 8V. Questionable Data Register bits 11 and 12 are unmasked to
allow the LO and HI Limit Test Failures to set the QUE bit in the status byte. An
input less the 2V or greater than 8V will report a test failure and halt the
program.
Содержание E1412A
Страница 1: ...Keysight E1412A 6 1 2 Digit Multimeter User Manual and SCPI Programming Guide 75000 Series C ...
Страница 2: ......
Страница 6: ...vi ...
Страница 18: ...xviii Keysight E1412A Multimeter User Guide ...
Страница 208: ...ccviii Keysight E1412A Digital Multimeter User Guide Multimeter Command Reference SCPI Command Quick Reference ...
Страница 242: ......