State
SCPI Command :
SEARch:RESult:MPHY:FRAMe<*>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default) BusMphyResultState[source]
# SEARch:RESult:MPHY:FRAMe<*>:STATe value: enums.BusMphyResultState = driver.search.result.mphy.frame.state.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default)
Returns the state of the selected frame within the search result.
- Parameters:
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.
LENGTHERROR: Erroneous frame due to length 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.