TypePy

SCPI Command :

SEARch:RESult:DPHY:FRAMe<*>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, busFrameNull=BusFrameNull.Default) BusDphyFrameType[source]
# SEARch:RESult:DPHY:FRAMe<*>:TYPE
value: enums.BusDphyFrameType = driver.search.result.dphy.frame.typePy.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: 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