Table

SCPI Command :

[SENSe]:CORRection:LOSS:CALibration:TABLe:DELete
Commands in total: 4
Subgroups: 3
Direct child commands: 1
delete(table_name: str) None[source]
# [SENSe]:CORRection:LOSS:CALibration:TABLe:DELete
driver.applications.k30NoiseFigure.sense.correction.loss.calibration.table.delete(table_name = 'abc')

Deletes a calibration loss table.

Parameters:

table_name – String containing the name of the table.

Cloning the Group

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

Subgroups