Temperature

SCPI Command :

[SENSe]:CORRection:ENR[:MEASurement]:TABLe:TEMPerature:DELete
class TemperatureCls[source]

Temperature commands group definition. 3 total commands, 2 Subgroups, 1 group commands

delete(table_name: str) None[source]
# SCPI: [SENSe]:CORRection:ENR[:MEASurement]:TABLe:TEMPerature:DELete
driver.applications.k30NoiseFigure.sense.correction.enr.measurement.table.temperature.delete(table_name = 'abc')

Deletes a temperature table.

param table_name

String containing the name of the table.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k30NoiseFigure.sense.correction.enr.measurement.table.temperature.clone()

Subgroups