Enable
SCPI Command :
SEARch:TRIGger:LIN:IDOR<*>:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, idOr=IdOr.Default) bool[source]
# SEARch:TRIGger:LIN:IDOR<*>:ENABle value: bool = driver.search.trigger.lin.idor.enable.get(search = 'abc', idOr = repcap.IdOr.Default)
Includes the indicated IDOR address in the ‘identifier OR’ search.
- Parameters:
idOr – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Idor’)
- Returns:
use_identifier: OFF | ON
- set(search: str, use_identifier: bool, idOr=IdOr.Default) None[source]
# SEARch:TRIGger:LIN:IDOR<*>:ENABle driver.search.trigger.lin.idor.enable.set(search = 'abc', use_identifier = False, idOr = repcap.IdOr.Default)
Includes the indicated IDOR address in the ‘identifier OR’ search.
- Parameters:
use_identifier – OFF | ON
idOr – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Idor’)