Obsolete and Discontinued Commands
5
Agilent 6000 Series Oscilloscopes Programmer's Reference
527
:TIMebase:DELay
(see
Command Syntax
:TIMebase:DELay <delay_value>
<delay_value> ::= time in seconds from trigger to the delay reference
point on the screen.
The valid range for delay settings depends on the time/division
setting for the main time base.
The :TIMebase:DELay command sets the main time base delay. This delay
is the time between the trigger event and the delay reference point on the
screen. The delay reference point is set with the :TIMebase:REFerence
command (see
Query Syntax
:TIMebase:DELay?
The :TIMebase:DELay query returns the current delay value.
Return Format
<delay_value><NL>
<delay_value> ::= time from trigger to display reference in seconds
in NR3 format.
Example Code
' TIMEBASE_DELAY - Sets the time base delay.
This delay
' is the internal time between the trigger event and the
' onscreen delay reference point.
' Set time base delay to 0.0.
myScope.WriteString ":TIMEBASE:DELAY 0.0"
Example program from the start:
"VISA COM Example in Visual Basic"
N O T E
The :TIMebase:DELay command is obsolete and is provided for backward compatibility to
previous oscilloscopes. Use the :TIMebase:POSition command (see
) instead.
Содержание DSO6014A/L
Страница 1: ...A Agilent 6000 Series Oscilloscopes Programmer s Reference...
Страница 16: ...16 Agilent 6000 Series Oscilloscopes Programmer s Reference...
Страница 30: ...30 Agilent 6000 Series Oscilloscopes Programmer s Reference 1 What s New...
Страница 540: ...540 Agilent 6000 Series Oscilloscopes Programmer s Reference 6 Error Messages...
Страница 562: ...562 Agilent 6000 Series Oscilloscopes Programmer s Reference 7 Status Reporting...
Страница 584: ...584 Agilent 6000 Series Oscilloscopes Programmer s Reference 8 More About Oscilloscope Commands...
Страница 624: ...624 Agilent 6000 Series Oscilloscopes Programmer s Reference 9 Programming Examples...