Table
SCPI Command :
[SENSe]:CORRection:ENR[:MEASurement]:TABLe:DELete
- Commands in total: 7Subgroups: 4Direct child commands: 1
- delete(table_name: str) None[source]
# [SENSe]:CORRection:ENR[:MEASurement]:TABLe:DELete driver.applications.k30NoiseFigure.sense.correction.enr.measurement.table.delete(table_name = 'abc')
Deletes a temperature table.
- Parameters:
table_name – String containing the name of the table.
Cloning the Group
# Create a copy of the original group, that exists independently
table_copy = driver.applications.k30NoiseFigure.sense.correction.enr.measurement.table.clone()
Subgroups