TypePy
SCPI Command :
TRIGger<*>:FLXRay:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) BusFlxrayType[source]
# TRIGger<*>:FLXRay:TYPE value: enums.BusFlxrayType = driver.trigger.flxRay.typePy.get(trigger = repcap.Trigger.Default)
Selects the trigger type for FlexRay analysis.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
type_py: STOF | IDDT | SYMBol | ERRC
STOF: STart Of Frame: triggers on the first rising edge after the transmission start sequence (TSS) .
IDDT: IDentifier and DaTa: triggers on the decoded frame content, on header and payload data.For all settings that are not needed for the trigger condition, make sure to set its condition to OFF.Indicator bits: see TRIGgert:FLXRay:NUFRameFrame identifier: sets the trigger to one specific frame ID or an identifier range. To set the identifier, use TRIGgert:FLXRay:FCONdition, TRIGgert:FLXRay:FMIN, and TRIGgert:FLXRay:FMAX.Payload length: trigger on the number of words in the payload segment. To set the payload length, use TRIGgert:FLXRay:PCONdition, TRIGgert:FLXRay:PMIN, and TRIGgert:FLXRay:PMAX.Cycle count: trigger on the number of the current FlexRay cycle. To set the cycle count, use TRIGgert:FLXRay:CENable, TRIGgert:FLXRay:CMIN, TRIGgert:FLXRay:CMAX, and TRIGgert:FLXRay:CSTep.Data position: sets the position of the data bit pattern within the payload segment. To set the data position, use TRIGgert:FLXRay:DPOPerator, TRIGgert:FLXRay:DPOSition, and TRIGgert:FLXRay:DPTO.Data bit pattern: sets the data bit pattern to be found in the payload segment. The starting point of the pattern is defined by the data position. To set the bit pattern, use TRIGgert:FLXRay:DCONdition, TRIGgert:FLXRay:DMIN, and TRIGgert:FLXRay:DMAX.
SYMBol: Triggers on a symbol or wakeup pattern. Set the required symbol with TRIGgert:FLXRay:SYMBol
ERRC: ERRor Condition: triggers on one or more errors that are detected in the decoded data. Use TRIGgert:FLXRay:BSSerror, TRIGgert:FLXRay:FESerror, TRIGgert:FLXRay:FSSerror, and TRIGgert:FLXRay:PCRCerror.
- set(type_py: BusFlxrayType, trigger=Trigger.Default) None[source]
# TRIGger<*>:FLXRay:TYPE driver.trigger.flxRay.typePy.set(type_py = enums.BusFlxrayType.ERRC, trigger = repcap.Trigger.Default)
Selects the trigger type for FlexRay analysis.
- Parameters:
type_py –
STOF | IDDT | SYMBol | ERRC
STOF: STart Of Frame: triggers on the first rising edge after the transmission start sequence (TSS) .
IDDT: IDentifier and DaTa: triggers on the decoded frame content, on header and payload data.For all settings that are not needed for the trigger condition, make sure to set its condition to OFF.Indicator bits: see TRIGgert:FLXRay:NUFRameFrame identifier: sets the trigger to one specific frame ID or an identifier range. To set the identifier, use TRIGgert:FLXRay:FCONdition, TRIGgert:FLXRay:FMIN, and TRIGgert:FLXRay:FMAX.Payload length: trigger on the number of words in the payload segment. To set the payload length, use TRIGgert:FLXRay:PCONdition, TRIGgert:FLXRay:PMIN, and TRIGgert:FLXRay:PMAX.Cycle count: trigger on the number of the current FlexRay cycle. To set the cycle count, use TRIGgert:FLXRay:CENable, TRIGgert:FLXRay:CMIN, TRIGgert:FLXRay:CMAX, and TRIGgert:FLXRay:CSTep.Data position: sets the position of the data bit pattern within the payload segment. To set the data position, use TRIGgert:FLXRay:DPOPerator, TRIGgert:FLXRay:DPOSition, and TRIGgert:FLXRay:DPTO.Data bit pattern: sets the data bit pattern to be found in the payload segment. The starting point of the pattern is defined by the data position. To set the bit pattern, use TRIGgert:FLXRay:DCONdition, TRIGgert:FLXRay:DMIN, and TRIGgert:FLXRay:DMAX.
SYMBol: Triggers on a symbol or wakeup pattern. Set the required symbol with TRIGgert:FLXRay:SYMBol
ERRC: ERRor Condition: triggers on one or more errors that are detected in the decoded data. Use TRIGgert:FLXRay:BSSerror, TRIGgert:FLXRay:FESerror, TRIGgert:FLXRay:FSSerror, and TRIGgert:FLXRay:PCRCerror.
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)