5-78
IM DLM4038-17EN
:ANALysis:PMEAsure<x>:USER<y>:{MAXim
um|MEAN|MINimum|SDEViation}?
Function
Queries a statistical value that is calculated on
the automatically measured value of a Calc item.
Syntax
:ANALysis:PMEAsure<x>:USER<y>:{MAXim
um|MEAN|MINimum|SDEViation}?
<x> = 1 to 4
<y> = 1 to 4
Example
:ANALYSIS:PMEASURE:USER:MAXIMUM?
-> :ANALYSIS:PMEASURE:USER:MAXIMUM 0
.0
Description If the statistical value is immeasurable, the
DLM4000 returns “NAN” (not a number).
:ANALysis:PMEAsure<x>:USER<y>:NAME
Function
Sets or queries the name of a Calc item.
Syntax
:ANALysis:PMEAsure<x>:USER<y>:NA
ME {<String>}
:ANALysis:PMEAsure<x>:USER<y>:NAME?
<x> = 1 to 4
<y> = 1 to 4
<String> = Up to 8 characters
Example
:ANALYSIS:PMEASURE:USER:NAME "ABC"
:ANALYSIS:PMEASURE:USER:NAME?
-> :ANALYSIS:PMEASURE:USER:NAME "ABC
"
:ANALysis:PMEAsure<x>:USER<y>:STATe
Function
Sets or queries the on/off status of automated
measurement of a Calc item.
Syntax
:ANALysis:PMEAsure<x>:USER<y>:STA
Te {<Boolean>}
:ANALysis:PMEAsure<x>:USER<y>:STATe?
<x> = 1 to 4
<y> = 1 to 4
Example
:ANALYSIS:PMEASURE:USER:STATE ON
:ANALYSIS:PMEASURE:USER:STATE?
-> :ANALYSIS:PMEASURE:USER:STATE 1
:ANALysis:PMEAsure<x>:USER<y>:UNIT
Function
Sets or queries the unit of a Calc item.
Syntax
:ANALysis:PMEAsure<x>:USER<y>:UN
IT {<String>}
:ANALysis:PMEAsure<x>:USER<y>:UNIT?
<x> = 1 to 4
<y> = 1 to 4
<String> = Up to 4 characters
Example
:ANALYSIS:PMEASURE:USER:UNIT "ABC"
:ANALYSIS:PMEASURE:USER:UNIT?
-> :ANALYSIS:PMEASURE:USER:UNIT "ABC
"
:ANALysis:PMEAsure<x>:USER<y>:VALue?
Function
Queries the automatically measured value of a
Calc item.
Syntax
:ANALysis:PMEAsure<x>:USER<y>:VAL
ue? {<NRf>}
<x> = 1 to 4
<y> = 1 to 4
<NRf> = 1 to 100000
Example
:ANALYSIS:PMEASURE:USER:VALUE?
-> :ANALYSIS:PMEASURE:USER:VALUE 0.0
Description • If the value is immeasurable, the DLM4000
returns “NAN” (not a number).
• The <NRf> is used to specify which iteration of
automated measurement to query the measured
value from.
• If <NRf> is set to 1, the oldest measured value
in the automated measurement memory is
queried.
• If a measured value does not exist at the
specified iteration, the DLM4000 returns “NAN”
(not a number).
• If <NRf> is omitted, the most recent measured
value is queried.
:ANALysis:WAIT?
Function
Waits for the completion of automated
measurement with a set timeout.
Syntax
:ANALysis:WAIT? {<NRf>}
<NRf> = 1 to 36000 (the timeout specified in
100 ms intervals)
Example
:ANALYSIS:WAIT?
-> :ANALYSIS:WAIT 1
Description The command returns zero if the automated
measurement finishes within the specified
timeout. If automated measurement does not
finish, or if it was never taking place to begin with,
the command returns 1. Even if you set a long
timeout, the command will return zero as soon as
automated measurement finishes.
5.3 ANALysis Group