Remove
SCPI Command :
HCOPy:TREPort:TEST:REMove
- Commands in total: 3Subgroups: 2Direct 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