Temperature
SCPI Command :
[SENSe]:CORRection:ENR[:MEASurement]:TABLe:TEMPerature:DELete
- Commands in total: 3Subgroups: 2Direct child commands: 1
- delete(table_name: str) None[source]
# [SENSe]:CORRection:ENR[:MEASurement]:TABLe:TEMPerature:DELete driver.applications.k30NoiseFigure.sense.correction.enr.measurement.table.temperature.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
temperature_copy = driver.applications.k30NoiseFigure.sense.correction.enr.measurement.table.temperature.clone()
Subgroups