TypePy

SCPI Command :

SBUS<*>:TBTO:FRAMe<*>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default) SbusTbtoFrameType[source]
# SBUS<*>:TBTO:FRAMe<*>:TYPE
value: enums.SbusTbtoFrameType = driver.sbus.tbto.frame.typePy.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)

Returns the type of the selected frame.

Parameters:
  • serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)

Returns:

frame_type: IDLE | MAC | OAM | RSFEC | BH | CTLADDR | CTLCODE | ZEROTSYM | UNKNown

  • IDLE: IDLE frame, used for clock synchronization

  • MAC: MAC frame, contains information that defines how to go about transmitting and receiving frames

  • OAM: Operations, administration, and maintenance frame

  • RSFEC: Reed Solomon forward error correction check frame

  • BH: Block header frame

  • CTLADDR: Control address frame

  • CTLCODE: Control code frame

  • ZEROTSYM: Zero terrnary symbol frame

  • UNKNown: No meaningful frame can be determined.