Globale

SCPI Command :

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

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

set(name: str, intervall_start: float, intervall_end: float = None) None[source]
# SCPI: REMove:SYSTem:ATTenuation:CTABle:GLOBal
driver.remove.system.attenuation.correctionTable.globale.set(name = 'abc', intervall_start = 1.0, intervall_end = 1.0)

Removes entries from an existing global correction table. To remove a single entry, enter the frequency of the entry as <IntervallStart> and omit <IntervallEnd>. To remove all entries in a certain frequency range, enter the lower frequency as <IntervallStart> and the upper frequency as <IntervallEnd>.

param name:

Name of the existing correction table.

param intervall_start:

No help available

param intervall_end:

No help available