Trigger

SCPI Command :

CONFigure:SIGNaling:TRIGger:SCOPe
class TriggerCls[source]

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

get_scope() List[str][source]
# SCPI: CONFigure:SIGNaling:TRIGger:SCOPe
value: List[str] = driver.configure.signaling.trigger.get_scope()

Activates one or more trigger types. You can query all inactive trigger types via method RsCMX_Signaling.Catalog. Signaling.Trigger.source.

return:

trigger: Comma-separated list of strings, one string per trigger type to be activated.

set_scope(trigger: List[str]) None[source]
# SCPI: CONFigure:SIGNaling:TRIGger:SCOPe
driver.configure.signaling.trigger.set_scope(trigger = ['abc1', 'abc2', 'abc3'])

Activates one or more trigger types. You can query all inactive trigger types via method RsCMX_Signaling.Catalog. Signaling.Trigger.source.

param trigger:

Comma-separated list of strings, one string per trigger type to be activated.