State

SCPI Command :

SEARch:RESult:USBPd:FRAMe<*>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, busFrameNull=BusFrameNull.Default) BusUsbpdResultState[source]
# SEARch:RESult:USBPd:FRAMe<*>:STATe
value: enums.BusUsbpdResultState = driver.search.result.usbPd.frame.state.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default)

Returns the status of the frame with the selected frame number within the search result.

Parameters:

busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

Returns:

state: OK | UNKNown | INComplete | PREamble | SOP | CRC | LENGth | FBFB

  • SOP: Start of packet warning

  • CRC: Cyclic redundancy check error

  • FBFB: 4b5b error