Sspe

SCPI Command :

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

Defines, whether the search for any special PID packet shall be activated or not.

Parameters:

search – OFF | ON

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

Defines, whether the search for any special PID packet shall be activated or not.