Timebase:range - Agilent Technologies Infiniium 90000 Series Programmer's Manual

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

Advertisement

:TIMebase:RANGe

Command
:TIMebase:RANGe <full_scale_range>
The :TIMebase:RANGe command sets the full- scale horizontal time in
seconds. The range value is ten times the time- per- division value.
<full_scale
A real number for the horizontal time, in seconds. The timebase range is
_range>
50 ps (5 ps/div) to 200 s (20 s/div).
Example
This example sets the full- scale horizontal range to 10 ms.
myScope.WriteString ":TIMEBASE:RANGE 10E-3"
Query

:TIMebase:RANGe?

The :TIMebase:RANGe? query returns the current full- scale horizontal
time.
Returned Format
[:TIMebase:RANGe] <full_scale_range><NL>
Example
This example places the current full- scale horizontal range value in the
numeric variable, varSetting, then prints the contents of the variable to
the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF"
myScope.WriteString ":TIMEBASE:RANGE?"
varSetting = myScope.ReadNumber
Debug.Print FormatNumber(varSetting, 0)
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
Time Base Commands
' Response headers off.
32
821

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents