State

SCPI Command :

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

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

Parameters:
  • search – String parameter

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

Returns:

state: OK | ERR_PREAMBLE | ERR_LENGTH

  • OK: No error detected

  • ERR_PREAMBLE: Error in the preamble of the selected word

  • ERR_SFD: Error in the start frame delimiter (SFD) . The value of a correct SFD byte is 171. The SFD is transmitted LSB first.

  • ERR_LENGTH: Error in the number of bits in the selected word