User manual
Table Of Contents
- SAFETY INSTRUCTIONS
- GETTING STARTED
- OPERATION
- Menu Tree
- Test Lead Connection
- ACW, DCW and GB Manual Testing
- Choose/Recall a Manual Test Number
- Edit Manual Test Settings
- Setting the Test Function
- Setting the Test Voltage or Test Current
- Setting the Test Frequency
- Setting the Upper and Lower Limits
- Setting a Reference Value
- Setting the Test Time (Timer)
- Setting the Ramp Up Time
- Creating a MANU Test File Name
- Setting the ARC Mode
- Setting PASS HOLD
- Setting FAIL MODE
- Setting MAX HOLD
- Setting the Grounding Mode
- Saving and Exiting EDIT Status
- Running a MANU Test
- PASS / FAIL MANU Test
- Zeroing of the Test Leads (GB only)
- Special MANU Test Mode (000)
- Automatic Tests
- Common Utility Settings
- EXTERNAL CONTROL
- REMOTE CONTROL
- FAQ
- APPENDIX
- INDEX
REMOTE CONTROL
145
SWEEP<X>:DATA:SHOW
Query
Description
Returns the data associated with a sweep graph.
Data can be returned in one of two ways; either all
the data can be returned or only the data at a
particular point in time.
The test points are evenly distributed. There can be
up to 190 data points.
If only the data from a single point is returned then
the data is returned in the following format*:
DATA POINT, VSET, ISET, TIME, CR+LF
If the all the data for the all the points is returned
then the data is returned in the following format*:
ACW MODE,CR+LF
No.,V(kV),I(mA), T(S) ,CR+LF
001,0.071,0.032,0000.1,CR+LF
002,0.111,0.047,0000.2,CR+LF
…………………………………
013,0.601,0.215,0001.3,CR+LF
END
*Where CR+LF is a carriage return and line feed
code. Time is in seconds.
Query Syntax
SWEEP<X>:DATA:SHOW?
Parameter
<X>
<NR1> 1~190 (single data point)
<X>
<NR1> 0 (all data points)
Single Data Point
Example
SWEEP10:DATA:SHOW?
> 010,0.106,00.00,0001.0, CR+LF
Returns the data at point 10, which is at the 1 second
time for the sweep test.