SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.SAFE.MINimum

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.SAFE.MINimum = Value

Value= SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.SAFE.MINimum

Description

This command sets/gets the minimum power level for safe mode in receiver leveling for the selected channel (Ch) and port (Pt).

Variable

Parameter

Value

Description

Sets/gets the minimum power level for safe mode

Data type

Double precision floating point type (Double)

Range

-200 to +200

Preset value

-200

Examples

Dim minPwr As Double
minPwr = 0
SCPI.SOURce(1).POWer.PORT(1).ALC.MODE.RECeiver.SAFE.MINimum = minPwr
minPwr = SCPI.SOURce(1).POWer.PORT(1).ALC.MODE.RECeiver.SAFE.MINimum

Related objects

SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.STATe

SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.SAFE.STATe

SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.SAFE.STEP

SCPI.SOURce(Ch).POWer.PORT(Pt).ALC.MODE.RECeiver.SAFE.MAXimum

Equivalent key

Sweep Setup > Power > Receiver Leveling > Port 1|Port 2 > Min Port Power

Equivalent SCPI command

Syntax

:SOURce{[1]-160}:POWer:PORT{[1]|2}:ALC:MODE:RECeiver:SAFE:MINimum {value}

:SOURce{[1]-160}:POWer:PORT{[1]|2}:ALC:MODE:RECeiver:SAFE:MINimum?

Query response

<value><newline><^END>

Example of use

10 OUTPUT 717;":SOUR1:POW:PORT1:ALC:MODE:REC:SAFE:MIN 0"
20 OUTPUT 717;":SOUR1:POW:PORT1:ALC:MODE:REC:SAFE:MIN?"
30 ENTER 717;A