State

SCPI Command :

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

Returns the state of the 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:

state: OK | RSVDERROR | CMDERROR | SYMBOLERROR | UNKNOWNERROR | INVALID | INCOMPLETE | UNCorrelated | CRCERROR | VOOR | LENGTHERROR

  • OK: Valid frame.

  • RSVDERROR: Erroneous frame due to reserved bit error.

  • CMDERROR: Erroneous frame due to LCC error.

  • SYMBOLERROR: Erroneous frame due to 8b10b symbol error.

  • UNKNOWNERROR: Erroneous frame due to unidentified UniPro frame error.

  • INVALID: Invalid frame.

  • INCOMPLETE: The frame is not complete.

  • LENGTHERROR: Erroneous frame due to length error.