1- 18
Keysight E5260/E5270 Programming Guide, Edition 4
Programming Basics
Getting Started
To Perform High Speed Spot Measurement
The high speed spot measurement does not need the MM and XE commands to set
the measurement mode and start measurement. To start and perform the high speed
spot measurement immediately, send the TI/TTI command for the current
measurement, or the TV/TTV command for the voltage measurement. The
following example program measures current by using the TI command, and
displays the measurement result data on the computer screen.
Example
10 ASSIGN @E5270 TO 717
20 OUTPUT @E5270;"*RST"
30 OUTPUT @E5270;"FMT 5"
40 OUTPUT @E5270;"CN 1,2,3,4"
50 OUTPUT @E5270;"DV 1,0,0"
60 OUTPUT @E5270;"DV 2,0,0"
70 OUTPUT @E5270;"DV 3,0,2"
80 OUTPUT @E5270;"DV 4,0,5"
90 OUTPUT @E5270;"TI 4,0"
100 ENTER @E5270 USING "#,3A,12D,X";Head$,Data
110 PRINT Head$,Data
120 OUTPUT @E5270;"DZ"
130 OUTPUT @E5270;"CL"
140 END
Line
Number
Description
10
Assigns the I/O path to control the E5260/E5270.
20
Initializes the E5260/E5270.
30
Sets the data output format (ASCII with header and <,>).
40
Enables channels 1, 2, 3, and 4.
50 to 80
Forces the DC voltage. Channel 1 and 2 force 0 V, channel 3 forces
2 V, and channel 4 forces 5 V with auto ranging.
90
Performs the high speed spot measurement using channel 4 with
auto ranging.
100 to 110
Prints the header data and measurement data on the screen.
120
Forces 0 V. All channels force 0 V.
130
Disables all channels.
Summary of Contents for E5260 Series
Page 1: ...Keysight Technologies E5260 E5270 Series of Parametric Measurement Solutions Programming Guide...
Page 3: ...User s Guide B2900 9001x xxxx 201x Edition x...
Page 13: ...1 Programming Basics...
Page 63: ...2 Remote Mode Functions...
Page 108: ...2 46 Keysight E5260 E5270 Programming Guide Edition 4 Remote Mode Functions Initial Settings...
Page 109: ...3 Programming Examples...
Page 185: ...4 Command Reference...
Page 335: ...5 Error Messages...
Page 349: ......