Table

SCPI Command :

[SENSe]:CORRection:LOSS:OUTPut:TABLe:DELete
class TableCls[source]

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

delete(table_name: str) None[source]
# SCPI: [SENSe]:CORRection:LOSS:OUTPut:TABLe:DELete
driver.applications.k30NoiseFigure.sense.correction.loss.output.table.delete(table_name = 'abc')

No command help available

param table_name

No help available

Cloning the Group

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

Subgroups