Value

SCPI Command :

TRIGger<tp>[:SEQuence]:SOURce[:VALue]
class ValueCls[source]

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

get(triggerPort=TriggerPort.Default) RsFsw.enums.SourceVsa[source]
# SCPI: TRIGger<tp>[:SEQuence]:SOURce[:VALue]
value: enums.SourceVsa = driver.applications.k70Vsa.trigger.sequence.source.value.get(triggerPort = repcap.TriggerPort.Default)

No command help available

param triggerPort

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

return

source: No help available

set(source: RsFsw.enums.SourceVsa, triggerPort=TriggerPort.Default) None[source]
# SCPI: TRIGger<tp>[:SEQuence]:SOURce[:VALue]
driver.applications.k70Vsa.trigger.sequence.source.value.set(source = enums.SourceVsa.BBPower, triggerPort = repcap.TriggerPort.Default)

No command help available

param source

No help available

param triggerPort

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