:TIMebase Commands
30
Keysight InfiniiVision M9241/42/43A PXIe Oscilloscopes SCPI Programmer's Guide
1053
:TIMebase:RANGe
Command Syntax
:TIMebase:RANGe <range_value>
<range_value> ::= time for 10 div in seconds in NR3 format
The :TIMebase:RANGe command sets the full-scale horizontal time in seconds for
the main window. The range is 10 times the current time-per-division setting.
Query Syntax
:TIMebase:RANGe?
The :TIMebase:RANGe query returns the current full-scale range value for the
main window.
Return Format
<range_value><NL>
<range_value> ::= time for 10 div in seconds in NR3 format
See Also
•
"Introduction to :TIMebase Commands"
•
•
•
Example Code
' TIME_RANGE - Sets the full scale horizontal time in seconds.
The
' range value is 10 times the time per division.
myScope.WriteString ":TIM:RANG 2e-3"
' Set the time range to 0.002
seconds.
See complete example programs at: