SCPI.CALCulate(Ch).SELected.LIMit.REPort.DATA
对象类型
属性(只读)
语法
Data = SCPI.CALCulate(Ch).SELected.LIMit.REPort.DATA
说明
这个命令针对选择通道(Ch)的激活迹线读出极限测试失败的所有测量点的激励值(频率、功率电平或时间)。
变量
参数 |
Data |
说明 |
表示失败测量的点(由SCPI.CALCulate(Ch).SELected.LIMit.REPort.POINts对象读出)的数组数据。 |
数据类型 |
变量类型(Variant) |
实例
Dim FailData As Variant
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit.STATe = True
FailData = SCPI.CALCulate(1).SELected.LIMit.REPort.DATA
相关对象
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.LIMit.REPort.POINts
SCPI.CALCulate(Ch).SELected.LIMit.STATe
等效键
前面板上没有等效键。
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:LIMit:REPort[:DATA]?
查询响应
{numeric 1},?/span> ,{numeric N}<newline><^END>
Where N is the number of the measurement points that failed (can be read out with the :CALC{1-36}:LIM:REP:POIN? command).
应用实例
10 OUTPUT 717;":CALC1:LIM:REP:POIN?"
20 ENTER 717;A
30 REDIM B(1:A)
40 OUTPUT 717;":CALC1:LIM:REP?"
50 ENTER 717;B(*)