State

SCPI Command :

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

Returns the state of the selected field in the specified 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’)

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

Returns:

state: OK | LENGth | OPCode | INComplete

  • OK: The field is valid.

  • LENGth: The field does not have the expected length.

  • OPCode: The opcode value is not found in your frame description list. See ‘Format’.

  • INComplete: The field is not completely contained in the acquisition. The acquired part of the field is usually valid, but cannot always be trusted.