SCPI.CALCulate(Ch).SELected.LIMit.REPort.POINts

E5071C

SCPI.CALCulate(Ch).SELected.LIMit.REPort.POINts

对象类型

属性(只读

语法

Value = SCPI.CALCulate(Ch).SELected.LIMit.REPort.POINts

说明

这个命令针对选择通道(Ch)的激活迹线读出极限测试失败的测量点个数。

变量

参数

Value

说明

失败的测量点个数

数据类型

长整型(Long)

预置值

0

实例

Dim FailPoin As Long
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit.STATe = True
FailPoin = SCPI.CALCulate(1).SELected.LIMit.REPort.POINts

相关对象

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.CALCulate(Ch).SELected.LIMit.STATe

等效键

前面板上没有等效键。

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:LIMit:REPort:POINts?

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":CALC1:LIM:REP:POIN?"
20 ENTER 717;A