TypePy

SCPI Command :

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

Returns the type of the specified decoded 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: HSData | HSSC | HSAC | HS_LP | HS_SP | LPHSreq | LPESc | LPTA | ALPCtrl | UNKNown

  • HSData: HS payload data

  • HSSC: HS scew calibration

  • HSAC: HS alternate calibration

  • HS_LP: HS long packet

  • HS_SP: HS short packet

  • LPHSreq: LP HS request

  • ILPESc: In-LP escape mode

  • LPTA: LP turnaround

  • ALPCtrl: ALP control burst

  • UNKNown: Unknown frame type