Symbol

SCPI Command :

SEARch:TRIGger:FLXRay:SYMBol
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) BusFlxraySymbol[source]
# SEARch:TRIGger:FLXRay:SYMBol
value: enums.BusFlxraySymbol = driver.search.trigger.flxRay.symbol.get(search = 'abc')

Searches for a symbol or for a wakeup pattern.

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(search: str, symbol: BusFlxraySymbol) None[source]
# SEARch:TRIGger:FLXRay:SYMBol
driver.search.trigger.flxRay.symbol.set(search = 'abc', symbol = enums.BusFlxraySymbol.CASMts)

Searches for a symbol or for 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.