Table
SCPI Command :
[SENSe]:CORRection:LOSS:INPut: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:INPut:TABLe:DELete driver.applications.k30NoiseFigure.sense.correction.loss.inputPy.table.delete(table_name = 'abc')
Deletes an input loss 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.loss.inputPy.table.clone()
Subgroups