State
SCPI Command :
SEARch:RESult:HBTO:FRAMe<*>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default) BusHbtoResultState[source]
# SEARch:RESult:HBTO:FRAMe<*>:STATe value: enums.BusHbtoResultState = driver.search.result.hbto.frame.state.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default)
Returns the state of the frame within the search result.
- Parameters:
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
- Returns:
state: OK | ERR_PREAMBLE | ERR_SFD | ERR_LENGTH | ERR_CRC | UNCorrelated | INComplete
OK: Valid frame.
ERR_PREAMBLE: Erroneous frame due to preamble error.
ERR_SFD: Erroneous frame due to SFD error.
ERR_LENGTH: Erroneous frame due to length / type error.
ERR_CRC: Erroneous frame due to CRC error.