Wstc
SCPI Command :
SEARch:TRIGger:USB:WSTC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:USB:WSTC value: bool = driver.search.trigger.usb.wstc.get(search = 'abc')
Defines, whether a search for any Start / Complete (SC) shall be activated or not.
- Returns:
with_sc_check: OFF | ON
- set(search: str, with_sc_check: bool) None[source]
# SEARch:TRIGger:USB:WSTC driver.search.trigger.usb.wstc.set(search = 'abc', with_sc_check = False)
Defines, whether a search for any Start / Complete (SC) shall be activated or not.
- Parameters:
with_sc_check – OFF | ON