SCPI.SENSe(Ch).OFFSet.LOCal.POWer.LEVel.SLOPe.STATe

E5071C

SCPI.SENSe(Ch).OFFSet.LOCal.POWer.LEVel.SLOPe.STATe

对象类型

属性(读写

语法

SCPI.SENSe(Ch).OFFSet.LOCal.POWer.LEVel.SLOPe.STATe = Status

Status = SCPI.SENSe(Ch).OFFSet.LOCal.POWer.LEVel.SLOPe.STATe

说明

这个命令针对选择的通道(Ch)开启/关闭或返回外部信号源设置模式的功率斜率。

变量

参数

Status

说明

针对外部信号源开启/关闭功率斜率设置

数据类型

布尔型(Boolean)

范围

从下面两项中选择:

  • 真或开启打开功率斜率模式。

  • 假或关闭关闭功率斜率模式。

预置值

假或关闭

应用实例

Dim State As Boolean
SCPI.SENSe(1).OFFSet.LOCal.POWer.LEVel.SLOPe.STATe = False
State = SCPI.SENSe(1).OFFSet.LOCal.POWer.LEVel.SLOPe.STATe

相关对象

SCPI.SENSe(Ch).OFFSet.LOCal.POWer.LEVel.IMMediate.AMPLitude

SCPI.SENSe(Ch).OFFSet.LOCal.POWer.LEVel.SLOPe.DATA

等效

Sweep Setup > Frequency Offset > External Source > Slope

扫描设置 > 频率偏置 > 外部源 > 斜率

等效SCPI命令

语法

:SENSe{[1]-36}:OFFSet:LOCal:POWer[:LEVel]:SLOPe:STATe {ON|OFF|1|0}

:SENSe{[1]-36}:OFFSet:LOCal:POWer[:LEVel]:SLOPe:STATe?

查询响应

{1|0}<newline><^END>

应用实例

10 OUTPUT 717;":SENS1:OFFS:LOC:POW:SLOP:STAT ON"
20 OUTPUT 717;":SENS1:OFFS:LOC:POW:SLOP:STAT?"
30 ENTER 717;A