Agilent Technologies Infiniium 8000A Programmer's Reference Manual page 531

Table of Contents

Advertisement

Query
Returned Format
Example
:MEASure:DEFine? {DELTatime | EWINdow | THResholds|
TOPBase}<start>
The :MEASure:DEFine? query returns the current setup for the specified
parameter.
[:MEASure:DEFine DELTatime] <start_edge_direction>,
<start_edge_number>,<start_edge_position>,
<stop_edge_direction>,<stop_edge_number>,
<stop_edge_position><NL>
[:MEASure:DEFine] EWINdow,<start>,<stop>,<start_after> <NL>
[:MEASure:DEFine] THResholds,{{STANdard} |
{PERcent,<upper_pct>,<middle_pct>,<lower_pct>} |
{VOLTage,<upper_volts>,<middle_volts>,<lower_volts>}},
{ALL|CHANnel<N>|FUNCtion<N>|WMEMory<N>}<NL>
[:MEASure:DEFine] TOPBase,{{STANdard}
|{<top_volts>,<base_volts>}}<NL>,{ALL|CHANnel<N>|
FUNCtion<N>|WMEMory<N>}
Use the Suffix Multiplier Instead
Using "mV" or "V" following the numeric value for the voltage value will cause
Error 138 - Suffix not allowed. Instead, use the convention for the suffix multiplier
as described in chapter 3, "Message Communication and System Functions."
This example returns the current setup for the measurement thresholds to the
string variable, Setup$, then prints the contents of the variable to the
computer's screen.
10
DIM Setup$[50]!Dimension variable
20
OUTPUT 707;":MEASURE:DEFINE? THRESHOLDS"
30
ENTER 707; Setup$
40
PRINT Setup$
50
END
Measure Commands
DEFine
23-33

Advertisement

Table of Contents
loading

Table of Contents