Enable

SCPI Command:

SOURce:AFRF:GENerator<Instance>:IGENerator<nr>:MTONe:ENABle
class EnableCls[source]

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

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

Enables or disables the tone list entries for multitone generation.

param internalGen:

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

return:

tone_status: OFF | ON Comma-separated list of up to 20 values, tone 1 to tone 20 You can specify fewer than 20 values to configure only the beginning of the tone list.

set(tone_status: List[bool], internalGen=InternalGen.Default) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:IGENerator<nr>:MTONe:ENABle
driver.source.afRf.generator.internalGenerator.multiTone.enable.set(tone_status = [True, False, True], internalGen = repcap.InternalGen.Default)

Enables or disables the tone list entries for multitone generation.

param tone_status:

OFF | ON Comma-separated list of up to 20 values, 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’)