SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe

E5071C

SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe

对象类型

属性(读写)

语法

SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe = Status

Status = SCPI.SOURce(Ch).POWer.LEVel.SLOPe.STATe

说明

这个命令针对选择的通道(Ch)开启/关闭或获取功率斜率功能的状态,还能修正简单的功率电平(与频率成比例)衰减(由电缆引起的衰减)。

变量

参数

Status

说明

开启/关闭功率斜率功能

数据类型

布尔型(Boolean)

范围

从下列两项中选择:

  • 真或开启:开启功率斜率功能。

  • 假或关闭:关闭功率斜率功能。

预置值

假或关闭

实例

Dim Slop As Boolean
SCPI.SOURce(1).POWer.LEVel.SLOPe.STATe = True
Slop = SCPI.SOURce(1).POWer.LEVel.SLOPe.STATe

相关对象

SCPI.SOURce(Ch).POWer.LEVel.SLOPe.DATA

SCPI.SENSe(Ch).SWEep.GENeration

等效键

Sweep Setup > Power > Slop [ON/OFF]

扫描设置 > 功率 > 斜率[开/关]

等效SCPI命令

语法

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

:SOURce{[1]-36}:POWer[:LEVel]:SLOPe:STATe?

查询响应

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

应用实例

10 OUTPUT 717;":SOUR1:POW:SLOP:STAT ON"
20 OUTPUT 717;":SOUR1:POW:SLOP:STAT?"
30 ENTER 717;A