Oor
SCPI Command :
TRIGger<*>:TBTO:ERRor:OOR
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:TBTO:ERRor:OOR value: bool = driver.trigger.tbto.error.oor.get(trigger = repcap.Trigger.Default)
Enables triggering if values are out of range (OOR) . For example, a preamble error, or invalid symbols in control blocks.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
error_oor: OFF | ON
- set(error_oor: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:TBTO:ERRor:OOR driver.trigger.tbto.error.oor.set(error_oor = False, trigger = repcap.Trigger.Default)
Enables triggering if values are out of range (OOR) . For example, a preamble error, or invalid symbols in control blocks.
- Parameters:
error_oor – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)