Dtone

SCPI Command :

SOURce:GPRF:GENerator<Instance>:DTONe:RATio
class DtoneCls[source]

Dtone commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_ratio() float[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:DTONe:RATio
value: float = driver.source.gprf.generator.dtone.get_ratio()

Specifies the ratio in dB between the RMS levels of the two signals.

return:

ratio: No help available

set_ratio(ratio: float) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:DTONe:RATio
driver.source.gprf.generator.dtone.set_ratio(ratio = 1.0)

Specifies the ratio in dB between the RMS levels of the two signals.

param ratio:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.gprf.generator.dtone.clone()

Subgroups