Status
SCPI Command :
BUS<*>:EBTB:SYMBol<*>:STATus
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, ebtbSymbol=EbtbSymbol.Default) BusEbtbSymbolState[source]
# BUS<*>:EBTB:SYMBol<*>:STATus value: enums.BusEbtbSymbolState = driver.bus.ebtb.symbol.status.get(bus = repcap.Bus.Default, ebtbSymbol = repcap.EbtbSymbol.Default)
Returns the status of the specified symbol. It can show what kind of error was detected or no error.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
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.