State

SCPI Command :

BUS<*>:PCIE:RESult:PACKet<*>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busUsbPacket=BusUsbPacket.Default) BusPcieResultState[source]
# BUS<*>:PCIE:RESult:PACKet<*>:STATe
value: enums.BusPcieResultState = driver.bus.pcie.result.packet.state.get(bus = repcap.Bus.Default, busUsbPacket = repcap.BusUsbPacket.Default)

Returns the state of the specified packet.

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

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

Returns:

state: OK | MALF | CRC16 | ECRC | LCRC | LEN | POE | MEE | UNCorrelated | FCRC | FPERror | UNKNown | OUTRange | INComplete | SYNCerror

  • MALF: Mal formated packet

  • CRC16: CRC16 error

  • ECRC: ECRC error

  • LCRC: LCRC error

  • LEN: Length error

  • POE: TLP prefix error

  • MEE: Max end-end TLP prefix error