State

SCPI Command :

SEARch:RESult:TBTO:FRAMe<*>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, busFrameNull=BusFrameNull.Default) BusTbtoResultState[source]
# SEARch:RESult:TBTO:FRAMe<*>:STATe
value: enums.BusTbtoResultState = driver.search.result.tbto.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 | ERRFEC | ERRZERO | ERROOR | ERRCRC | INComplete

  • OK: Valid frame.

  • ERRFEC: Reed-Solomon forward error correction.

  • ERRZERO: Zero ternary symbol pair error.

  • ERROOR: Values are out of range error.

  • ERR_CRC: Erroneous frame due to CRC error.

  • INComplete: Incomplete frame.