Wpor

SCPI Command :

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

Defines, whether a search for any port shall be activated or not.

Returns:

with_port_check: OFF | ON

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

Defines, whether a search for any port shall be activated or not.

Parameters:

with_port_check – OFF | ON