CouplingToOther

SCPI Command :

CHANnel<1..4>:CPLing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(couple_to: Channel, state: bool, channel=Channel.Default) None[source]
# CHANnel<1..4>:CPLing
driver.channel.couplingToOther.set(couple_to = enums.Channel.CHAN1, state = False, channel = repcap.Channel.Default)

Sets the vertical settings of the coupled channel to the values of the active channel.

Parameters:
  • couple_to

    CHAN1 | C1 | CHAN2 | C2 | CHAN3 | C3 | CHAN4 | C4

    • CHAN1 = C1, CHAN2 = C2, CHAN3 = C3, CHAN4 = C4: Input channel that takes the vertical settings of CHANnelch.

  • state – OFF | ON

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)