Oor
SCPI Command :
SEARch:TRIGger:TBTO:ERRor:OOR
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:TBTO:ERRor:OOR value: bool = driver.search.trigger.tbto.error.oor.get(search = 'abc')
Enables search for values that are out of range.
- Returns:
error_oor: OFF | ON
- set(search: str, error_oor: bool) None[source]
# SEARch:TRIGger:TBTO:ERRor:OOR driver.search.trigger.tbto.error.oor.set(search = 'abc', error_oor = False)
Enables search for values that are out of range.
- Parameters:
error_oor – OFF | ON