Acquire:hresolution - Agilent Technologies Infiniium 90000 Series Programmer's Manual

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

Advertisement

:ACQuire:HRESolution

Command
:ACQuire:HRESolution {AUTO | BITS9 | BITS10 | BITS11 | BITS12}
When :ACQuire:MODE is set to HRESolution or SEGHres, the
:ACQuire:HRESolution command sets the desired minimum bit resolution.
• AUTO — the number of bits of vertical resolution is determined by the
• BITS9, BITS10, BITS11, BITS12 — selects the desired minimum number
Example
This example sets the bit resolution setting to a minimum of 11 bits.
myScope.WriteString ":ACQuire:HRESolution BITS11"
Query

:ACQuire:HRESolution?

The :ACQuire:HRESolution? query returns the bit resolution setting.
Returned Format
[:ACQuire:HRESolution] {AUTO | BITS9 | BITS10 | BITS11 | BITS12}<NL>
Example
This example places the current bit resolution setting in the string
variable, strBitRes, then prints the contents of the variable to the
computer's screen.
Dim strBitRes As String
myScope.WriteString ":ACQuire:HRESolution?"
strBitRes = myScope.ReadString
Debug.Print strBitRes
See Also
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
sampling rate, which can be controlled manually by the :ACQuire:SRATe
command or automatically when adjusting :TIMebase:SCALe (or
:TIMebase:RANGe).
of bits of vertical resolution (which can affect the sampling rate).
":ACQuire:MODE"
on page 157
":ACQuire:SRATe[:ANALog]"
":TIMebase:SCALe"
on page 824
":TIMebase:RANGe"
on page 821
' Dimension variable.
on page 170
9
Acquire Commands
155

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents