Interrupt

SCPI Command :

TRIGger<*>:RFFE:INTerrupt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:RFFE:INTerrupt
value: int = driver.trigger.rffe.interrupt.get(trigger = repcap.Trigger.Default)

Sets the interrupt pattern for the interupt summary and notification trigger type.

Parameters:

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

set(interrupt: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:RFFE:INTerrupt
driver.trigger.rffe.interrupt.set(interrupt = 1, trigger = repcap.Trigger.Default)

Sets the interrupt pattern for the interupt summary and notification trigger type.

Parameters:

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