Edge

SCPI Commands :

SEARch:TRIGger:EDGE:ACOPy
SEARch:TRIGger:EDGE:BCOPy
Commands in total: 4
Subgroups: 2
Direct child commands: 2
set_acopy(search: str) None[source]
# SEARch:TRIGger:EDGE:ACOPy
driver.search.trigger.edge.set_acopy(search = 'abc')

Copies the trigger event configuration from Trigger A for the selected channel source to the search condition settings.

Parameters:

search – Search definition

set_bcopy(search: str) None[source]
# SEARch:TRIGger:EDGE:BCOPy
driver.search.trigger.edge.set_bcopy(search = 'abc')

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
edge_copy = driver.search.trigger.edge.clone()

Subgroups