Remove

SCPI Command :

HCOPy:TREPort:TEST:REMove
Commands in total: 3
Subgroups: 2
Direct child commands: 1
set(data_set: float) None[source]
# HCOPy:TREPort:TEST:REMove
driver.hardCopy.treport.test.remove.set(data_set = 1.0)

This command deletes one of the datasets that are currently part of a test report.

Parameters:

data_set – Index number of the dataset as shown in the ‘Test Report Content Selection’ dialog box. If the index number is greater than the number of available datasets, the command returns an error.

Cloning the Group

# Create a copy of the original group, that exists independently
remove_copy = driver.hardCopy.treport.test.remove.clone()

Subgroups