State
SCPI Command :
BUS<*>:TBTO:RESult:FRAMe<*>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) BusTbtoResultState[source]
# BUS<*>:TBTO:RESult:FRAMe<*>:STATe value: enums.BusTbtoResultState = driver.bus.tbto.result.frame.state.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)
Returns the state of the frame.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
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.