TypePy

SCPI Command :

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

Sets the event to be searched for. See also: ‘Type’

Parameters:

search – String parameter

Returns:

type_py: STARt | STOP | RZWR | RWR | RRD | ERWR | ERRD | ERWL | ERRL | IRSUM | MSKW | MOHO | MASOHO | MWR | MASW | MRD | MASR | MCTW | MCTR | ERRor

  • STARt: Start of a command sequence (SSC) . Optional: sub device address.

  • STOP: End of a command sequence (start of the bus park cycle) . Optional: sub device address condition.

  • RZWR: Register 0 Write command sequence. Optional: sub device address condition and data pattern condition.

  • RWR: Register Write command sequence. Optional: sub device address condition, register address condition, and data pattern condition.

  • RRD: Register Read command sequence. Optional: sub device address condition, register address condition, and data pattern condition.

  • ERWR: Extended Register Write command sequences. Optional: sub device address condition, register address condition, byte count condition, data index condition, and data pattern condition.

  • ERRD: Extended Register Read command sequence. Optional search conditions are the same as for ERWR.

  • ERWL: Extended Register Write Long command sequence. Optional search conditions are the same as for ERWR.

  • ERRL: Extended Register Read Long command sequence. Optional search conditions are the same as for ERWR.

  • MRD | MASR: Main Device Read command sequence. Optional: sub device address condition, register address condition, and data pattern condition.

  • MWR | MASW: Main Device Write command sequence. Optional: sub device address condition, register address condition, and data pattern condition.

  • MOHO | MASOHO: Main Device Ownership Handover command sequence. Optional: sub device address condition, and data pattern condition.

  • MSKW: Masked Write command sequence. Optional: sub device address condition, register address condition, mask condition and data pattern condition.

  • MCTW: Main Device Context Transfer Write command sequence. Optional: MID condition, register address condition, byte count condition, data index condition, and data pattern condition.

  • MCTR: Main Device Context Transfer Read command sequence. Optional search conditions are the same as for MCTW

  • IRSUM: Interrupt Summary and Notification. Optional: sub device address condition, byte count condition, and data pattern condition.

  • ERRor: Searches for enabled errors. To enable the error types, use:SEARch:TRIGger:RFFE:ERRor:LENGthSEARch:TRIGger:RFFE:ERRor:PARitySEARch:TRIGger:RFFE:ERRor:SSC

set(search: str, type_py: BusRffeType) None[source]
# SEARch:TRIGger:RFFE:TYPE
driver.search.trigger.rffe.typePy.set(search = 'abc', type_py = enums.BusRffeType.ERRD)

Sets the event to be searched for. See also: ‘Type’

Parameters:
  • search – String parameter

  • type_py

    STARt | STOP | RZWR | RWR | RRD | ERWR | ERRD | ERWL | ERRL | IRSUM | MSKW | MOHO | MASOHO | MWR | MASW | MRD | MASR | MCTW | MCTR | ERRor

    • STARt: Start of a command sequence (SSC) . Optional: sub device address.

    • STOP: End of a command sequence (start of the bus park cycle) . Optional: sub device address condition.

    • RZWR: Register 0 Write command sequence. Optional: sub device address condition and data pattern condition.

    • RWR: Register Write command sequence. Optional: sub device address condition, register address condition, and data pattern condition.

    • RRD: Register Read command sequence. Optional: sub device address condition, register address condition, and data pattern condition.

    • ERWR: Extended Register Write command sequences. Optional: sub device address condition, register address condition, byte count condition, data index condition, and data pattern condition.

    • ERRD: Extended Register Read command sequence. Optional search conditions are the same as for ERWR.

    • ERWL: Extended Register Write Long command sequence. Optional search conditions are the same as for ERWR.

    • ERRL: Extended Register Read Long command sequence. Optional search conditions are the same as for ERWR.

    • MRD | MASR: Main Device Read command sequence. Optional: sub device address condition, register address condition, and data pattern condition.

    • MWR | MASW: Main Device Write command sequence. Optional: sub device address condition, register address condition, and data pattern condition.

    • MOHO | MASOHO: Main Device Ownership Handover command sequence. Optional: sub device address condition, and data pattern condition.

    • MSKW: Masked Write command sequence. Optional: sub device address condition, register address condition, mask condition and data pattern condition.

    • MCTW: Main Device Context Transfer Write command sequence. Optional: MID condition, register address condition, byte count condition, data index condition, and data pattern condition.

    • MCTR: Main Device Context Transfer Read command sequence. Optional search conditions are the same as for MCTW

    • IRSUM: Interrupt Summary and Notification. Optional: sub device address condition, byte count condition, and data pattern condition.

    • ERRor: Searches for enabled errors. To enable the error types, use:SEARch:TRIGger:RFFE:ERRor:LENGthSEARch:TRIGger:RFFE:ERRor:PARitySEARch:TRIGger:RFFE:ERRor:SSC