Value

SCPI Command :

TRIGger:EVENt<*>:SETHold:CSOurce[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(evnt=Evnt.Default) TriggerSource[source]
# TRIGger:EVENt<*>:SETHold:CSOurce[:VALue]
value: enums.TriggerSource = driver.trigger.event.setHold.csource.value.get(evnt = repcap.Evnt.Default)

Selects the input channel of the clock signal.

Parameters:

evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)

Returns:

clock_source: The following values are also accepted: C1 = CHAN1 = CHANnel1, C2 = CHAN2 = CHANnel2, C3 = CHAN3 = CHANnel3, C4 = CHAN4 = CHANnel4

set(clock_source: TriggerSource, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:SETHold:CSOurce[:VALue]
driver.trigger.event.setHold.csource.value.set(clock_source = enums.TriggerSource.C1, evnt = repcap.Evnt.Default)

Selects the input channel of the clock signal.

Parameters:
  • clock_source – The following values are also accepted: C1 = CHAN1 = CHANnel1, C2 = CHAN2 = CHANnel2, C3 = CHAN3 = CHANnel3, C4 = CHAN4 = CHANnel4

  • evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)