SyFrame
SCPI Command :
SEARch:TRIGger:FLXRay:SYFRame
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusBitCondition[source]
# SEARch:TRIGger:FLXRay:SYFRame value: enums.BusBitCondition = driver.search.trigger.flxRay.syFrame.get(search = 'abc')
Searches for the sync frame used for synchronization of the FlexRay system. Only sync nodes can send this frame type.
- Returns:
sync_frame: Bit value: 1, 0, or X (don’t care)
- set(search: str, sync_frame: BusBitCondition) None[source]
# SEARch:TRIGger:FLXRay:SYFRame driver.search.trigger.flxRay.syFrame.set(search = 'abc', sync_frame = enums.BusBitCondition.DC)
Searches for the sync frame used for synchronization of the FlexRay system. Only sync nodes can send this frame type.
- Parameters:
sync_frame – Bit value: 1, 0, or X (don’t care)