Iscan:runt:llevel - Agilent Technologies Infiniium 90000 Series Programmer's Manual

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

Advertisement

20
InfiniiScan (ISCan) Commands

:ISCan:RUNT:LLEVel

Command
ISCan:RUNT:LLEVel <lower_level>
The :ISCan:RUNT:LLEVel (lower level) command sets the lower level limit
for the Runt trigger mode.
<lower_level>
A real number.
Example
The following example sets the lower level limit to 1.0 V.
myScope.WriteString ":ISCAN:RUNT:LLEVel 1.0"
Query
:ISCan:RUNT:LLEVel?
The query returns the lower level limit set by the command.
Returned Format
[:ISCan:RUNT:LLEVel] <lower_level><NL>
Example
The following example returns the current lower level used by the Runt
trigger and prints the result to the controller's screen.
myScope.WriteString ":SYSTEM:HEADER OFF"
myScope.WriteString ":ISCAN:RUNT:LLEVel?"
varValue = myScope.ReadNumber
Debug.Print FormatNumber(varValue, 0)
394
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
' Response headers off.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents