Ftype

SCPI Command :

BUS<*>:MPHY:RESult:FRAMe<*>:FTYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) BusMphyFrameType[source]
# BUS<*>:MPHY:RESult:FRAMe<*>:FTYPe
value: enums.BusMphyFrameType = driver.bus.mphy.result.frame.ftype.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)

Returns the type of frame for the selected frame.

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

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

Returns:

frame_type: BURST | ADAPT | LCC | DLPDUSOF | DLPDUCOF | DLPDUEOF | DLPDUNAC | DLPDUAFC | PACP | TRIGUPR0 | TRIGUPR1 | TRIGUPR2 | SKIP | FILLER | SPACER | UNKNOWN

  • BURST: M-PHY burst frame.

  • ADAPT: M-PHY Adapt frame. This control frame is used for clock/bit synchronization.

  • LCC: M-PHY LCC frame. This control frame is used for line configuration depending on the TRIGgert:MPHY:LCCType.

  • DLPDUSOF | DLPDUCOF | DLPDUEOF | DLPDUNAC | DLPDUAFC: UniPro DL PDU frame.

  • PACP: UniPro frame. This control frame is used mainly for power mode change and L1.5 link management.

  • TRIGUPR0 | TRIGUPR1 | TRIGUPR2: UniPro frame. This control frame is used for link startup sequence.

  • SKIP: UniPro frame with Skip symbols for reducing protocol payload bandwidth.

  • FILLER: M-PHY or UniPro frame with filler words to maintain transmission activity.

  • SPACER: Scrambled UniPro frame with filler words.

  • UNKNOWN: No meaningful frame can be determined.