Tenvironment

SCPI Command :

MODify: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], attenuation: List[float]) None[source]
# SCPI: MODify:SYSTem:ATTenuation:CTABle[:TENVironment]
driver.modify.system.attenuation.correctionTable.tenvironment.set(name = 'abc', frequency = [1.1, 2.2, 3.3], attenuation = [1.1, 2.2, 3.3])

Modifies existing entries of a channel-specific correction table. Specify at least one parameter pair <Frequency>, <Attenuation>. Entries with the specified frequencies must already exist. The attenuation values of these entries are overwritten.

param name:

Name of the correction table

param frequency:

No help available

param attenuation:

No help available