Agilent Technologies Infiniium 8000A Programmer's Reference Manual page 174

Table of Contents

Advertisement

Query
Returned Format
Example
Acquire Commands
SRATe (Sample RATe)
:ACQuire:SRATe?
The :ACQuire:SRATe? query returns the current acquisition sample rate.
[:ACQuire:SRATe] {AUTO | <rate>}<NL>
This example places the current sample rate in the string variable, Sample$,
then prints the contents of the variable to the computer's screen.
10
DIM Sample$[50]!Dimension variable
20
OUTPUT 707;":ACQUIRE:SRATE?"
30
ENTER 707;Sample$
40
PRINT Sample$
50
END
7-26

Advertisement

Table of Contents
loading

Table of Contents