Tenvironment

SCPI Command :

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

Tenvironment 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[:TENVironment]
driver.remove.system.attenuation.correctionTable.tenvironment.set(name = 'abc', intervall_start = 1.0, intervall_end = 1.0)

Removes entries from an existing channel-specific 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