SCPI Command
SOURce<Ch>:POWer:PORT:COUPle {OFF|ON|0|1}
SOURce<Ch>:POWer:PORT:COUPle?
Turns the port power couple ON/OFF. Setting the port power couple to OFF allows independent power level setting for each port. |
---|
command/query |
Channel <Ch>,
<Ch>={[1]|2|...16}
{ON|1} |
ON |
{OFF|0} |
OFF |
{0|1}
1
Stimulus > Power > Port Couple {ON/OFF}
Equivalent COM Command
SCPI.SOURce(Ch).POWer.PORT(1).COUPle
Status = app.SCPI.SOURce(Ch).POWer.PORT.COUPle
app.SCPI.SOURce(Ch).POWer.PORT.COUPle = True
Boolean (read/write)
Warning |
Object PORT has an index of 1, which can be omitted in Visual Basic, but it cannot be omitted in other programming languages. |
Back to SOURce
Back to Command Finder