VoOrange

SCPI Command :

SEARch:TRIGger:PCIE:ERRC:VOORange
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:PCIE:ERRC:VOORange
value: bool = driver.search.trigger.pcie.errc.voOrange.get(search = 'abc')

No help available

Parameters:

search – OFF | ON

set(search: str, error_val_out_rg: bool) None[source]
# SEARch:TRIGger:PCIE:ERRC:VOORange
driver.search.trigger.pcie.errc.voOrange.set(search = 'abc', error_val_out_rg = False)

No help available