Status

SCPI Command :

SEARch:RESult:EBTB:SYMBol<*>:STATus
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, ebtbSymbol=EbtbSymbol.Default) BusEbtbSymbolState[source]
# SEARch:RESult:EBTB:SYMBol<*>:STATus
value: enums.BusEbtbSymbolState = driver.search.result.ebtb.symbol.status.get(search = 'abc', ebtbSymbol = repcap.EbtbSymbol.Default)

Returns the status of the specified symbol within the search result. It can show what kind of error was detected or no error.

Parameters:

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

Returns:

state: OK | UNK | DISPARITY | DISParity | GLITCH | GLITch

  • OK: There are no errors in the state of the specified symbol.

  • UNK: An unknown error was detected for the specified symbol.

  • DISPARITY = DISParity: A disparity error was detected for the specified symbol.

  • GLITCH = GLITch: A glitch error was detected for the specified symbol.