E4990A Help
378
NOP is the value retuned with :CALC:LIM:REP:POIN.
Examples
Dim Var as Variant
Ana.WriteString ":CALC1:LIM:REP?", True
Var=Ana.ReadList(ASCIIType_R8, ",")
Related Commands
:CALC:LIM:REP:POIN
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.LIMIT.REPORT.DATA
:CALC<Ch>:LIM:REP:ALL
Type
Query
Syntax
:CALCulate<Ch>[:SELected]:LIMit:REPort:ALL?
Description
This command returns the limit test result of all measurement points.
Query Response
{numeric 1}, ..., {numeric (NOP×3)}<newline><^END>
{numeric (n×3)-2}: Limit test result
• 0: FAIL
• 1: PASS
• -1: Limit test was off
{numeric (n×3)-1}: Upper border value of the limit (0 is returned if no
limit line is set.)
{numeric (n×3)}: Lower border value of the limit (0 is returned if no limit
line is set.)
Preset value is -1, 0, 0.
Examples
Dim Var as Variant
Ana.WriteString ":CALC1:LIM:REP:ALL?", True
Var=Ana.ReadList(ASCIIType_R8, ",")
Related Commands
:CALC:LIM:REP