Enable
SCPI Command :
SEARch:TRIGger:PATTern:D[:ENABle]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search_name: str) bool[source]
# SEARch:TRIGger:PATTern:D[:ENABle] value: bool = driver.search.trigger.pattern.d.enable.get(search_name = 'abc')
Enables the channel to be considered in the pattern search. The trigger source channel is selected by default. Defines the logical combination of the indicated channels after evaluating the previous logical operations:
A[:ENABle]: CH1
B[:ENABle]: CH2
C[:ENABle]: CH3
D[:ENABle]: CH4
Digital channels are not available.
- Parameters:
search_name – String with name of the search
- Returns:
state: OFF | ON
- set(search_name: str, state: bool) None[source]
# SEARch:TRIGger:PATTern:D[:ENABle] driver.search.trigger.pattern.d.enable.set(search_name = 'abc', state = False)
Enables the channel to be considered in the pattern search. The trigger source channel is selected by default. Defines the logical combination of the indicated channels after evaluating the previous logical operations:
A[:ENABle]: CH1
B[:ENABle]: CH2
C[:ENABle]: CH3
D[:ENABle]: CH4
Digital channels are not available.
- Parameters:
search_name – String with name of the search
state – OFF | ON