TypePy

SCPI Command :

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

Searches for the selected CXPI frame type.

Returns:

type_py: STARt | NORMal | NPOLl | SLEEP | LONG | LPOLl | PID | PTYPe | PTPD | ERRor

  • STARt: Triggers on the STARt of the frame.

  • NORMal: Triggers on a NORMal frame. Optionally you can define a frame ID condition, a NM, a CT, a DLC condition, a data pattern condition and an index condition.

  • NPOLl: Triggers on a Normal POLL frame. Optionally you can define a frame ID condition, a NM, a CT, a DLC condition, a data pattern condition and an index condition.

  • SLEEP: Triggers on a SLEEP frame. Optionally you can define a NM, a CT, a data pattern condition and an index condition.

  • LONG: Triggers on a Long frame. Optionally you can define a frame ID condition, a NM, a CT, a DLC extend condition, a data pattern condition and an index condition.

  • LPOLl: Triggers on a Long POLL frame.

  • PID: Triggers on a Protected ID field. Optionally, you can define the frame ID pattern.

  • PTYPe: Triggers on a Protected TYPE field.

  • PTPID: Triggers on a PType field followed by a PID field.Optionally, you can define the frame ID pattern.

  • ERRor: Trigger on selected error types. Define the error types with:SEARch:TRIGger:CXPI:ERRor:CRCSEARch:TRIGger:CXPI:ERRor:CRCSEARch:TRIGger:CXPI:ERRor:DLCSEARch:TRIGger:CXPI:ERRor:IBSSEARch:TRIGger:CXPI:ERRor:IFSSEARch:TRIGger:CXPI:ERRor:LENGthSEARch:TRIGger:CXPI:ERRor:PARitySEARch:TRIGger:CXPI:ERRor:UART

set(search: str, type_py: BusCxpiType) None[source]
# SEARch:TRIGger:CXPI:TYPE
driver.search.trigger.cxpi.typePy.set(search = 'abc', type_py = enums.BusCxpiType.ERRor)

Searches for the selected CXPI frame type.

Parameters:

type_py

STARt | NORMal | NPOLl | SLEEP | LONG | LPOLl | PID | PTYPe | PTPD | ERRor

  • STARt: Triggers on the STARt of the frame.

  • NORMal: Triggers on a NORMal frame. Optionally you can define a frame ID condition, a NM, a CT, a DLC condition, a data pattern condition and an index condition.

  • NPOLl: Triggers on a Normal POLL frame. Optionally you can define a frame ID condition, a NM, a CT, a DLC condition, a data pattern condition and an index condition.

  • SLEEP: Triggers on a SLEEP frame. Optionally you can define a NM, a CT, a data pattern condition and an index condition.

  • LONG: Triggers on a Long frame. Optionally you can define a frame ID condition, a NM, a CT, a DLC extend condition, a data pattern condition and an index condition.

  • LPOLl: Triggers on a Long POLL frame.

  • PID: Triggers on a Protected ID field. Optionally, you can define the frame ID pattern.

  • PTYPe: Triggers on a Protected TYPE field.

  • PTPID: Triggers on a PType field followed by a PID field.Optionally, you can define the frame ID pattern.

  • ERRor: Trigger on selected error types. Define the error types with:SEARch:TRIGger:CXPI:ERRor:CRCSEARch:TRIGger:CXPI:ERRor:CRCSEARch:TRIGger:CXPI:ERRor:DLCSEARch:TRIGger:CXPI:ERRor:IBSSEARch:TRIGger:CXPI:ERRor:IFSSEARch:TRIGger:CXPI:ERRor:LENGthSEARch:TRIGger:CXPI:ERRor:PARitySEARch:TRIGger:CXPI:ERRor:UART