Acquire:srate:digital: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:DIGital:AUTO

Command
:ACQuire:SRATe:DIGital:AUTO {{ON | 1} | {OFF | 0}}
The :ACQuire:SRATe:DIGital:AUTO command enables (ON) or disables
(OFF) the automatic digital channel sampling rate selection control.
Example
This example changes the digital channel sampling rate to manual.
myScope.WriteString ":ACQuire:SRATe:DIGital:AUTO OFF"
Query

:ACQuire:SRATe:DIGital:AUTO?

The :ACQuire:SRATe:DIGital:AUTO? query returns the current digital
channel acquisition sample rate.
Returned Format
[:ACQuire:SRATe:DIGital:AUTO] {1 | 0}<NL>
Example
This example places the current digital channel 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:DIGital:AUTO?"
varSample = myScope.ReadNumber
Debug.Print FormatNumber(varSample, 0)
174
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents