Symbol

SCPI Command :

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

Triggers on a symbol or on a wakeup pattern.

Parameters:

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

Returns:

symbol: CASMts | WAKeup

  • CASMts: Collision Avoidance Symbol / Media access Test Symbol. These symbols are identical and can be sent in the optional symbol window at the end of a communication cycle. They are used to avoid collisions during the system start.

  • WAKeup: The wakeup pattern is sent to activate the nodes of the system.

set(symbol: BusFlxraySymbol, trigger=Trigger.Default) None[source]
# TRIGger<*>:FLXRay:SYMBol
driver.trigger.flxRay.symbol.set(symbol = enums.BusFlxraySymbol.CASMts, trigger = repcap.Trigger.Default)

Triggers on a symbol or on a wakeup pattern.

Parameters:
  • symbol

    CASMts | WAKeup

    • CASMts: Collision Avoidance Symbol / Media access Test Symbol. These symbols are identical and can be sent in the optional symbol window at the end of a communication cycle. They are used to avoid collisions during the system start.

    • WAKeup: The wakeup pattern is sent to activate the nodes of the system.

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