TypePy
SCPI Command :
TRIGger<*>:CXPI:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) BusCxpiType[source]
# TRIGger<*>:CXPI:TYPE value: enums.BusCxpiType = driver.trigger.cxpi.typePy.get(trigger = repcap.Trigger.Default)
Selects the trigger type for the CXPI analysis.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- 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, an 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, an NM, a CT, a DLC condition, a data pattern condition and an index condition.
SLEEP: Triggers on a SLEEP frame. Optionally you can define an 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, an 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 Protected Type 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:TRIGgert:CXPI:ERRor:CRCTRIGgert:CXPI:ERRor:DLCTRIGgert:CXPI:ERRor:IBSTRIGgert:CXPI:ERRor:IFSTRIGgert:CXPI:ERRor:LENGthTRIGgert:CXPI:ERRor:PARityTRIGgert:CXPI:ERRor:UART
- set(type_py: BusCxpiType, trigger=Trigger.Default) None[source]
# TRIGger<*>:CXPI:TYPE driver.trigger.cxpi.typePy.set(type_py = enums.BusCxpiType.ERRor, trigger = repcap.Trigger.Default)
Selects the trigger type for the CXPI analysis.
- 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, an 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, an NM, a CT, a DLC condition, a data pattern condition and an index condition.
SLEEP: Triggers on a SLEEP frame. Optionally you can define an 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, an 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 Protected Type 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:TRIGgert:CXPI:ERRor:CRCTRIGgert:CXPI:ERRor:DLCTRIGgert:CXPI:ERRor:IBSTRIGgert:CXPI:ERRor:IFSTRIGgert:CXPI:ERRor:LENGthTRIGgert:CXPI:ERRor:PARityTRIGgert:CXPI:ERRor:UART
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)