Agilent Technologies E5071C Manual page 1316

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

Parse
Object type
Method (Write-only)
Syntax
Parse(Scpi)
Return = Parse(Scpi?)
Description
Executes an SCPI command of the E5071C.
The Parse object is a little slower in the execution speed than the COM
object which has the same function as the SCPI command because it must
parse the message string of the SCPI command.
Variable
Parameter
Description
Data type
Parameter
Description
Data type
Examples
Dim Start As String
Parse(":SENS1:FREQ:STAR 100E6")
Start = Parse(":SENS1:FREQ:STAR?")
Dim TtlLbl As String
Parse(":DISP:WIND1:TITL:DATA ""filter""")
TtlLbl = Parse(":DISP:WIND1:TITL:DATA?")
Dim Fmt As String
Parse(":CALC1:PAR2:SEL")
Scpi
SCPI command
Character string type (String)
Return
Response (query) of the SCPI command
Character string type (String)
Programming
1543

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents