Table

SCPI Command :

[SENSe]:CORRection:ENR[:MEASurement]:TABLe:DELete
class TableCls[source]

Table commands group definition. 7 total commands, 4 Subgroups, 1 group commands

delete(table_name: str) None[source]
# SCPI: [SENSe]:CORRection:ENR[:MEASurement]:TABLe:DELete
driver.applications.k30NoiseFigure.sense.correction.enr.measurement.table.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.clone()

Subgroups