Sds
SCPI Command :
SEARch:TRIGger:PCIE:OSET:SDS
- Commands in total: 1Subgroups: 0Direct 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