Interrupt

SCPI Command :

SEARch:TRIGger:RFFE:INTerrupt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:RFFE:INTerrupt
value: int = driver.search.trigger.rffe.interrupt.get(search = 'abc')

Defines the pattern of the interrrupt identification sequence, which consists of interrupt slots 15 to 0.

Parameters:

search – String parameter

Returns:

interrupt: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .

set(search: str, interrupt: int) None[source]
# SEARch:TRIGger:RFFE:INTerrupt
driver.search.trigger.rffe.interrupt.set(search = 'abc', interrupt = 1)

Defines the pattern of the interrrupt identification sequence, which consists of interrupt slots 15 to 0.

Parameters:
  • search – String parameter

  • interrupt – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .