Comp
SCPI Command :
SEARch:TRIGger:PCIE:OSET:COMP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:PCIE:OSET:COMP value: bool = driver.search.trigger.pcie.oset.comp.get(search = 'abc')
Enables searching forcompliance pattern ordered sets.
- Parameters:
search – OFF | ON
- set(search: str, odred_sets_compliance: bool) None[source]
# SEARch:TRIGger:PCIE:OSET:COMP driver.search.trigger.pcie.oset.comp.set(search = 'abc', odred_sets_compliance = False)
Enables searching forcompliance pattern ordered sets.