Ftype

SCPI Command :

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

Returns the type of frame for the selected frame within the search result.

Parameters:

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 SEARch:TRIGger: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.