usb detect - USB Device Detection

Checks whether the specific USB device has been detected and enumerated by PLT.

Usage:

- command: usb detect
  [id: <usbDeviceID>]
  [path: <usbDevicePath>]
  [retry: <retryCount>]

Argument

Description

usbDeviceID

Optional: USB device identifiers: VID:PID.

usbDevicePath

Optional: USB device path: port. ... .port.

retryCount

Optional: Number of times to retry the test step.

Note

If neither usbDeviceID or usbDevicePath is set, path: “1” (The DUT USB-C Port) is used.

Examples