Tektronix TLS 216 Hunting Equipment User Manual


 
Command Syntax
TLS 216 Programmer Manual
2–3
Commands cause the logic scope to perform a specific function or change one of
its settings. Commands have the structure:
H [:]<Header>[<Space><Argument>[<Comma><Argument>]...]
A command header consists of one or more mnemonics arranged in a hierarchi-
cal or tree structure. The first mnemonic is the base or root of the tree and each
subsequent mnemonic is a level or branch off the previous one. Commands at a
higher level in the tree may affect those at a lower level. The leading colon (:)
always returns you to the base of the command tree.
Queries cause the logic scope to return information about its status or settings.
Queries have the structure:
H [:]<Header>?
H [:]<Header>?[<Space><Argument>[<Comma><Argument>]...]
You can specify a query command at any level within the command tree unless
otherwise noted. These branch queries return information about all the mnemon-
ics below the specified branch or level. For example, MEASUreĆ
ment:MEAS<x>:DELay:DIRection? returns the starting point and direction of
the edge of a delayed measurement, while MEASUrement:MEAS<x>:DELay?
returns the current settings of all delayed measurement parameters, and
MEASUrement:MEAS<x>? returns all the measurement parameters for the
specified measurement.
You can control whether the logic scope returns headers as part of the query
response. Use the HEADer command to control this feature. If header is on, the
query response returns command headers and formats itself as a valid set
command. When header is off, the response includes only the values. This may
make it easier to parse and extract the information from the response. Table 2–3
shows the difference in responses.
Table 2–3: Comparison of Header Off and On Responses
Query Header Off Response Header On Response
APPMenu:TITLe? "Test Setup" :APPMENU:TITLE "Test Setup"
ACQuire:NUMAVg? 100 :ACQUIRE:NUMAVG 100
Commands
Queries
Headers in Query
Responses