Ilevel

SCPI Command:

SOURce:AFRF:GENerator<Instance>:IGENerator<nr>:MTONe:ILEVel
class IlevelCls[source]

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

get(internalGen=InternalGen.Default) List[float][source]
# SCPI: SOURce:AFRF:GENerator<Instance>:IGENerator<nr>:MTONe:ILEVel
value: List[float] = driver.source.afRf.generator.internalGenerator.multiTone.ilevel.get(internalGen = repcap.InternalGen.Default)

Configures the levels of all tones of a multitone signal for edit mode INDividual. In edit mode TOTal, you can only query the levels, but not configure them.

param internalGen:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InternalGenerator’)

return:

ilevel: Comma-separated list of up to 20 levels, for tone 1 to tone 20 You can specify fewer than 20 values to configure only the beginning of the tone list.

set(ilevel: List[float], internalGen=InternalGen.Default) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:IGENerator<nr>:MTONe:ILEVel
driver.source.afRf.generator.internalGenerator.multiTone.ilevel.set(ilevel = [1.1, 2.2, 3.3], internalGen = repcap.InternalGen.Default)

Configures the levels of all tones of a multitone signal for edit mode INDividual. In edit mode TOTal, you can only query the levels, but not configure them.

param ilevel:

Comma-separated list of up to 20 levels, for tone 1 to tone 20 You can specify fewer than 20 values to configure only the beginning of the tone list.

param internalGen:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InternalGenerator’)