EasyManua.ls Logo

Keysight 53210A - Page 201

Keysight 53210A
247 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Formats and Data Flow 7
Keysight 53210A User’s Guide 201
*RST;*CLS // reset, start from known state
SYST:TIM .001 // set a 1 ms measurement timeout
CONF:FREQ 1E6, 0.1, (@1) // configure measurements
TRIG:COUN 5 // send 5 system triggers
SAMP:COUN 250E3 // take 250k readings/trigger
FORM:DATA REAL, 64 // set data format to binary
DATA:POIN:EVEN:THR 10E3 // set memory threshold to 10k
INIT // initiate readings
// loop until all readings complete
For (cnt=0;cnt<1.25E6;cnt +=10000)
Do
{spoll=STAT:OPER:COND?; // serial poll condition reg
sleep (100) // wait 100 ms
}while !(spoll&4096) // repeat until threshold is reached
R? 10E3 // retrieve readings from memory 10k at a time

Table of Contents

Related product manuals