TypePy

SCPI Command :

SBUS<*>:HBTO:FRAMe<*>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default) SbusHbtoFrameType[source]
# SBUS<*>:HBTO:FRAMe<*>:TYPE
value: enums.SbusHbtoFrameType = driver.sbus.hbto.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 | FILLer | UNKNown

  • IDLE: IDLE frame. This frame is used for clock synchronization.

  • MAC: MAC frame. This frame contains information that define how to go about transmitting and receiving frames.

  • FILLer: Filler frame. The frame is used to maintain transmission activity.

  • UNKNown: No meaningful frame can be determined.