Status

SCPI Command :

SBUS<*>:TBTO:FRAMe<*>:STATus
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default) SbusTbtoFrameState[source]
# SBUS<*>:TBTO:FRAMe<*>:STATus
value: enums.SbusTbtoFrameState = driver.sbus.tbto.frame.status.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)

Returns the overall state of the frame.

Parameters:
  • serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)

Returns:

frame_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.

  • ERRCRC: Erroneous frame due to CRC error.

  • INComplete: Frame is inclompete