Globale

SCPI Command :

MODify:SYSTem:ATTenuation:CTABle:GLOBal
class GlobaleCls[source]

Globale 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:GLOBal
driver.modify.system.attenuation.correctionTable.globale.set(name = 'abc', frequency = [1.1, 2.2, 3.3], attenuation = [1.1, 2.2, 3.3])

Modifies existing entries of a global 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