Property (Read-Write)
SCPI.SOURce(Ch).POWer.PORT.COUPle = Status
Status = SCPI.SOURce(Ch).POWer.PORT.COUPle
This command sets/gets whether to output the same power level for each port of the selected channel (Ch).
When the power slope feature is ON, the same power level is always output to all ports regardless of this setting because different power levels cannot be output for each port.
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:
|
Preset value |
True or ON |
Dim OutCpl As Boolean
SCPI.SOURce(1).POWer.PORT.COUPle = False
OutCpl = SCPI.SOURce(1).POWer.PORT.COUPle
SCPI.SOURce(Ch).POWer.PORT(Pt).LEVel.IMMediate.AMPLitude
Sweep Setup > Power > Port Couple
:SOURce{[1]-4}:POWer:PORT:COUPle {ON|OFF|1|0}
:SOURce{[1]-4}:POWer:PORT:COUPle?
{1|0}<newline><^END>
10 OUTPUT 717;":SOUR1:POW:PORT:COUP OFF"
20 OUTPUT 717;":SOUR1:POW:PORT:COUP?"
30 ENTER 717;A