SCPI.CALCulate(Ch).SELected.FUNCtion.POINts

E5071C

SCPI.CALCulate(Ch).SELected.FUNCtion.POINts

对象类型

属性(只读

语法

Value = SCPI.CALCulate(Ch).SELected.FUNCtion.POINts

说明

这个命令针对选择通道(Ch)的激活迹线读出SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute对象分析结果的数据对个数。

如果分析平均值或搜索最大值,读出值始终为1;若搜索所有峰值或所有目标,读出值为搜索测量点总数。

变量

参数

Value

说明

分析的数据对个数

数据类型

长整型(Long)

预置值

0

实例

Dim AnaPoin As Long
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.FUNCtion.TYPE = "ape"
SCPI.CALCulate(1).SELected.FUNCtion.EXECute
AnaPoin = SCPI.CALCulate(1).SELected.FUNCtion.POINts

相关对象

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

SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute

SCPI.CALCulate(Ch).SELected.FUNCtion.DATA

等效键

前面板上没有等效键。

等效SCPI命令

语法

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

查询响应

{numeric}<newline><^END>

应用实例

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