State

SCPI Command :

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

Returns the state of the specified field.

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’)

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

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.

  • ERRCRC: Erroneous frame due to CRC error.

  • INComplete: Frame is incomplete.