State

SCPI Command :

BUS<*>:CMSB:RESult<*>:CELL<*>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busResult=BusResult.Default, busCellNull=BusCellNull.Default) BusCmsbResultState[source]
# BUS<*>:CMSB:RESult<*>:CELL<*>:STATe
value: enums.BusCmsbResultState = driver.bus.cmsb.result.cell.state.get(bus = repcap.Bus.Default, busResult = repcap.BusResult.Default, busCellNull = repcap.BusCellNull.Default)

Returns the state of the cell.

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

  • busResult – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Result’)

  • busCellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

Returns:

state: OK | LENGth | UNKNown | INComplete | CRC | PARity

  • OK: No error detected

  • LENGth: The length error indicates that the cell ended prematurely. The amount of bits that the software expected (based upon the user’s frame description) was not found before the cell was terminated. This might occur because a new frame synchronized, or a gap appeared between the bits.

  • UNKNown: Unknown error

  • INComplete: The cell ended prematurely because it extends past the end of the record.

  • CRC: Checksum error in cyclic redundancy check (error in data)

  • PARity: Parity bit error, indicating a transmission error (only available if a parity is configured)