Coupling

SCPI Commands

SOURce:VOLTage:CHANnel:COUPling
class CouplingCls[source]

Coupling commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: SOURce:VOLTage:CHANnel:COUPling
value: bool = driver.source.voltage.channel.coupling.get()

This command couples or decouples the DC power configuration across measurement channels.

return

state: ON | 1 DC power configuration is the same across all measurement channels. OFF | 0 DC power configuration is different for each measurement channel.

set(state: bool) None[source]
# SCPI: SOURce:VOLTage:CHANnel:COUPling
driver.source.voltage.channel.coupling.set(state = False)

This command couples or decouples the DC power configuration across measurement channels.

param state

ON | 1 DC power configuration is the same across all measurement channels. OFF | 0 DC power configuration is different for each measurement channel.