Value
SCPI Command :
TRIGger<*>:SETHold:CSOurce[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) ClockSource[source]
# TRIGger<*>:SETHold:CSOurce[:VALue] value: enums.ClockSource = driver.trigger.setHold.csource.value.get(trigger = repcap.Trigger.Default)
Selects the source of the clock signal.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
clock_source: CHAN1 = CHANnel1, CHAN2 = CHANnel2, CHAN3 = CHANnel3, CHAN4 = CHANnel4 Input channel of the clock signal
- set(clock_source: ClockSource, trigger=Trigger.Default) None[source]
# TRIGger<*>:SETHold:CSOurce[:VALue] driver.trigger.setHold.csource.value.set(clock_source = enums.ClockSource.CHAN1, trigger = repcap.Trigger.Default)
Selects the source of the clock signal.
- Parameters:
clock_source – CHAN1 = CHANnel1, CHAN2 = CHANnel2, CHAN3 = CHANnel3, CHAN4 = CHANnel4 Input channel of the clock signal
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)