State

SCPI Command :

SBUS<*>:HBTO:FRAMe<*>:FLD<*>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) SbusHbtoFrameState[source]
# SBUS<*>:HBTO:FRAMe<*>:FLD<*>:STATe
value: enums.SbusHbtoFrameState = driver.sbus.hbto.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 | EPRMble | ESFD | ELENgth | ECRC | UNCorrelated | INComplete

  • OK: The field is valid.

  • EPRMble: Preamble error

  • ESFD: Start frame delimiter (SFD) error

  • ELENgth: Erroneous field due to incorrect length

  • ECRC: Cyclic redundancy check (CRC) error, the value of the frame check sequence (FCS) field does not match the calculated checksum.

  • UNCorrelated: Uncorrelated field error

  • INComplete: Field not completely contained in the acquisition.