SCPI.CALCulate(Ch).SELected.LIMit.FAIL
对象类型
属性(只读)
语法
Status = SCPI.CALCulate(Ch).SELected.LIMit.FAIL
说明
这个命令针对选择通道(Ch)的激活迹线读出极限测试结果。
变量
参数 |
Status |
说明 |
极限测试结果 |
数据类型 |
布尔类型(Boolean) |
范围 |
从下列两项中选择:
|
注 |
当极限测试设置为关闭时,始终读出假或关闭。 |
实例
Dim Result As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit.STATe = True
Result = SCPI.CALCulate(1).SELected.LIMit.FAIL
相关对象
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.LIMit.STATe
等效键
前面板上没有等效键。
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:LIMit:FAIL?
查询响应
{1|0}<newline><^END>
|
说明 |
1 |
极限测试结果失败。 |
0 |
极限测试结果成功。 |
当极限测试设置为关闭时,始终读出0。
应用实例
10 OUTPUT 717;":CALC1:LIM:FAIL?"
20 ENTER 717;A