SCPI.SOURce(Ch).POWer.PORT(Pt).COUPle

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).POWer.PORT(Pt).COUPle = Status

Status = SCPI.SOURce(Ch).POWer.PORT(Pt).COUPle

Description

This command sets/gets whether to output the same power level for each port of channels 1 to 160 (Ch).

Variable

Parameter

Status

Description

Turns ON/OFF the coupling between ports for the power level output

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: Outputs the same power level to individual ports.

  • False or OFF: Outputs different power levels to individual ports.

Preset value

True or ON

Examples

Dim OutCpl As Boolean
SCPI.SOURce(1).POWer.PORT(1).COUPle = False
OutCpl = SCPI.SOURce(1).POWer.PORT(1).COUPle

Related objects

SCPI.SOURce(Ch).POWer.PORT(Pt).LEVel.IMMediate.AMPLitude

Equivalent key

Sweep Setup > Power > Port Pwr Couple > ON|OFF

Equivalent SCPI command

Syntax

:SOURce{[1]-160}:POWer:PORT{[1]|2}:COUPle {ON|OFF|1|0}

:SOURce{[1]-160}:POWer:PORT{[1]|2}:COUPle?

Query response

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

Example of use

10 OUTPUT 717;":SOUR1:POW:PORT1:COUP OFF"
20 OUTPUT 717;":SOUR1:POW:PORT1:COUP?"
30 ENTER 717;A