Tenvironment

SCPI Command :

CREate:SYSTem:ATTenuation:CTABle[:TENVironment]
class TenvironmentCls[source]

Tenvironment commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(name: str, frequency: List[float] = None, attenuation: List[float] = None) None[source]
# SCPI: CREate:SYSTem:ATTenuation:CTABle[:TENVironment]
driver.create.system.attenuation.correctionTable.tenvironment.set(name = 'abc', frequency = [1.1, 2.2, 3.3], attenuation = [1.1, 2.2, 3.3])

Creates a channel-specific correction table. You can specify one or more parameter pairs <Frequency>, <Attenuation> to add entries to the table.

param name:

Name of the table. Freely configurable and used in other commands to address the table. If a table with the given name exists already for the addressed smart channel, this table is overwritten.

param frequency:

No help available

param attenuation:

No help available