Sds

SCPI Command :

SEARch:TRIGger:PCIE:OSET:SDS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:PCIE:OSET:SDS
value: bool = driver.search.trigger.pcie.oset.sds.get(search = 'abc')

No help available

Parameters:

search – OFF | ON

set(search: str, odred_sets_sds: bool) None[source]
# SEARch:TRIGger:PCIE:OSET:SDS
driver.search.trigger.pcie.oset.sds.set(search = 'abc', odred_sets_sds = False)

No help available