SCPI.SENSe(Ch).SEGMent.POWer.LEVel.CONTrol

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).SEGMent.POWer.LEVel.CONTrol = Status

Status = SCPI.SENSe(Ch).SEGMent.POWer.LEVel.CONTrol

Description

This command turns ON/OFF whether to add the power level to the segment table, for the selected channel ( Ch).

Variable

Parameter

Status

Description

ON/OFF of the power level in the segment table

Data Type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the power level in the segment table.

  • False or OFF: Turns OFF the power level in the segment table.

Preset Value

False or OFF

Examples

Dim PowStat as Boolean
SCPI.SENSe(1).SEGMent.POWer.LEVel.CONTol = True
PowStat = SCPI.SENSe(1).SEGMent.POWer.LEVel.CONTol

Related Objects

Equivalent Key

Sweep Setup > Edit Segment Table > List Power

Equivalent SCPI Command

Syntax

:SENSe{[1]-4}:SEGMent:POWer:LEVel:CONTrol {ON|OFF|1|0}

:SENSe{[1]-4}:SEGMent:POWer:LEVel:CONTrol?

Query Response

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

Example of use

10 OUTPUT 717;":SENS1:SEGM:POW:LEV:CONT ON"
20 OUTPUT 717;":SENS1:SEGM:POW:LEV:CONT?"
30 ENTER 717;A