State

SCPI Command :

SEARch:RESult:MDIO:WORD<*>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, word=Word.Default) BusMdioWordState[source]
# SEARch:RESult:MDIO:WORD<*>:STATe
value: enums.BusMdioWordState = driver.search.result.mdio.word.state.get(search = 'abc', word = repcap.Word.Default)

Returns the state of the frame from the selected word within the search result.

Parameters:

word – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Word’)

Returns:

state: OK | UNSYN | UNSYncronized | OPCO | TA_ERROR | INComplete | SHORT | SHORt

  • OK: No error detected

  • UNSYN = UNSYncronized: UNSYncronized happens when bits are found, but they are not correlated with any synchronization sequence. We don’t know what these bits are, but they are there. These bits receive a flag, but they are not decoded.

  • OPCO: OPcode error

  • TA_ERROR: turnaround time error

  • INComplete: Incomplete Frame

  • SHORT = SHORt: Length Error