TypePy

SCPI Command :

BUS<*>:DPHY:RESult:FRAMe<*>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) BusDphyFrameType[source]
# BUS<*>:DPHY:RESult:FRAMe<*>:TYPE
value: enums.BusDphyFrameType = driver.bus.dphy.result.frame.typePy.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)

Returns the type of 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: HS_SP | HS_LP | HS_INCOMPLETE | LP_HSREQ | LP_TA | LP_ESC

  • HS_SP: High speed short packet frame

  • HS_LP: High speed long packet frame

  • HS_INCOMPLETE: Incomplete high speed frame

  • LP_HSREQ: High speed request frame

  • LP_TA: Low power lane turnaround frame

  • LP_ESC: Low power escape mode frame