Acquire:srate[:Analog]:Auto - Agilent Technologies Infiniium 90000 Series Programmer's Manual

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

9
Acquire Commands

:ACQuire:SRATe[:ANALog]:AUTO

Command
:ACQuire:SRATe[:ANALog]:AUTO {{ON | 1} | {OFF | 0}}
The :ACQuire:SRATe[:ANALog]:AUTO command enables (ON) or disables
(OFF) the automatic analog sampling rate selection control. On the
oscilloscope front- panel interface, ON is equivalent to Automatic and OFF
is equivalent to Manual.
Example
This example changes the sampling rate to manual.
myScope.WriteString ":ACQuire:SRATe:ANALog:AUTO OFF"
Query

:ACQuire:SRATe[:ANALog]:AUTO?

The :ACQuire:SRATe[:ANALog]:AUTO? query returns the current
acquisition sample rate.
Returned Format
[:ACQuire:SRATe:ANALog:AUTO] {1 | 0}<NL>
Example
This example places the current analog sample rate in the variable,
varSample, then prints the contents of the variable to the computer's
screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":ACQuire:SRATe:ANALog:AUTO?"
varSample = myScope.ReadNumber
Debug.Print FormatNumber(varSample, 0)
172
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents