Coupling

SCPI Commands

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

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

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

This command couples or decouples the signal source configuration across measurement channels.

return

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

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

This command couples or decouples the signal source configuration across measurement channels.

param state

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