Remove
SCPI Command :
HCOPy:TREPort:TEST:REMove
- class RemoveCls[source]
Remove commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- set(data_set: float) None [source]
# SCPI: 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.
- param 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 clone of the original group, that exists independently
group2 = driver.hardCopy.treport.test.remove.clone()
Subgroups