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
Содержание 53210A
Страница 1: ...Keysight 53210A 350 MHz RF Counter User s Guide ...
Страница 12: ...12 Keysight 53210A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 18: ...18 Keysight 53210A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 22: ...22 Keysight 53210A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 24: ...1 Preparation for Use 24 Keysight 53210A User s Guide Figure 1 1 The 53210A Universal Frequency Counter Timer ...
Страница 48: ...1 Preparation for Use 48 Keysight 53210A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 122: ...4 53210A Input Signal Conditioning 122 Keysight 53210A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 222: ...8 Instrument Status 222 Keysight 53210A User s Guide Figure 8 1 The 53210A Status System Instrument Locked Global Error ...
Страница 228: ...8 Instrument Status 228 Keysight 53210A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 240: ...A 53210A Error Messages 240 Keysight 53210A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...
Страница 246: ...246 Keysight 53210A User s Guide THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK ...