Status
SCPI Command :
BUS<*>:PCIE:RESult:PACKet<*>:FLD<*>:STATus
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busUsbPacket=BusUsbPacket.Default, busFieldNull=BusFieldNull.Default) BusPcieResultState[source]
# BUS<*>:PCIE:RESult:PACKet<*>:FLD<*>:STATus value: enums.BusPcieResultState = driver.bus.pcie.result.packet.fld.status.get(bus = repcap.Bus.Default, busUsbPacket = repcap.BusUsbPacket.Default, busFieldNull = repcap.BusFieldNull.Default)
Returns the status of the frame with the selected field number within the packet with the selected packet number (for the selected serial bus) .
- 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’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)
- Returns:
state: OK | MALF | CRC16 | ECRC | LCRC | LEN | POE | MEE | UNCorrelated | FCRC | FPERror | UNKNown | OUTRange | INComplete | SYNCerror
MALF: Malformed packet
CRC16: CRC16 error
ECRC: ECRC error
LCRC: Link CRC error
LEN: Length error
POE: TLP prefix error
MEE: Max end-end TLP prefix error
FCRC: Fabric packet CRC
FPERror: Fabric packet error
OUTRange: Out of range
INComplete: Incomplete
SYNCerror: Synchronization error