SyFrame

SCPI Command :

TRIGger<*>:FLXRay:SYFRame
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) BusBitCondition[source]
# TRIGger<*>:FLXRay:SYFRame
value: enums.BusBitCondition = driver.trigger.flxRay.syFrame.get(trigger = repcap.Trigger.Default)

Triggers on the sync frame used for synchronization of the FlexRay system. Only sync nodes can send this frame type.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

sync_frame: Bit value: 1, 0, or X (don’t care)

set(sync_frame: BusBitCondition, trigger=Trigger.Default) None[source]
# TRIGger<*>:FLXRay:SYFRame
driver.trigger.flxRay.syFrame.set(sync_frame = enums.BusBitCondition.DC, trigger = repcap.Trigger.Default)

Triggers on 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)

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)