Channels
SCPI Command :
SYNChronize:DEVice<*>:CHANnels
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(device=Device.Default) List[AnalogChannels][source]
# SYNChronize:DEVice<*>:CHANnels value: List[enums.AnalogChannels] = driver.synchronize.device.channels.get(device = repcap.Device.Default)
Selects the channels of scope 2 to be synchronized, displayed and analyzed. You can select active and inactive channels.
- Parameters:
device – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Device’)
- Returns:
sources: C1,C2,C3,C4,C5,C6,C7,C8
- set(sources: List[AnalogChannels], device=Device.Default) None[source]
# SYNChronize:DEVice<*>:CHANnels driver.synchronize.device.channels.set(sources = [AnalogChannels.C1, AnalogChannels.C8], device = repcap.Device.Default)
Selects the channels of scope 2 to be synchronized, displayed and analyzed. You can select active and inactive channels.
- Parameters:
sources – C1,C2,C3,C4,C5,C6,C7,C8
device – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Device’)