SetHold

SCPI Command :

SEARch:TRIGger:SETHold:ACOPy
Commands in total: 7
Subgroups: 6
Direct child commands: 1
set_acopy(search: str) None[source]
# SEARch:TRIGger:SETHold:ACOPy
driver.search.trigger.setHold.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

Cloning the Group

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

Subgroups