Globale

SCPI Command :

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

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

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

Creates a global 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 global table with the given name exists already, this table is overwritten.

param arg_1:

No help available

param attenuation:

No help available