Wpid

SCPI Command :

SEARch:TRIGger:USB:WPID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:USB:WPID
value: bool = driver.search.trigger.usb.wpid.get(search = 'abc')

Defines, whether a search for any packet ID error shall be activated or not.

Returns:

with_pid_check: OFF | ON

set(search: str, with_pid_check: bool) None[source]
# SEARch:TRIGger:USB:WPID
driver.search.trigger.usb.wpid.set(search = 'abc', with_pid_check = False)

Defines, whether a search for any packet ID error shall be activated or not.

Parameters:

with_pid_check – OFF | ON