SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STATe
对象类型
属性(读写)
语法
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STATe = Status
Status = SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STATe
说明
当用SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute对象进行分析时,这个命令针对选择的通道(Ch)设置/获取是否使用任意范围。
当迹线耦合关闭时,激活迹线成为设置目标。
变量
参数 |
Status |
说明 |
选择分析范围 |
数据类型 |
布尔类型(Boolean) |
范围 |
从下列各项中选择:
|
预置值 |
假或关闭 |
实例
Dim AnaRnge As Boolean
SCPI.CALCulate(1).SELected.FUNCtion.DOMain.STARt = 1.5E9
SCPI.CALCulate(1).SELected.FUNCtion.DOMain.STOP = 1.8E9
SCPI.CALCulate(1).SELected.FUNCtion.DOMain.STATe = True
AnaRnge = SCPI.CALCulate(1).SELected.FUNCtion.DOMain.STATe
相关对象
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STARt
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STOP
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle
SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute
等效键
前面板上没有等效键。
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:FUNCtion:DOMain[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-36}[:SELected]:FUNCtion:DOMain[:STATe]?
查询响应
{1|0}<newline><^END>
应用实例
10 OUTPUT 717;":CALC1:FUNC:DOM ON"
20 OUTPUT 717;":CALC1:FUNC:DOM?"
30 ENTER 717;A