Multiplier

SCPI Command :

[SENSe]:LIST:SWEep:COUNt:MULTiplier
class MultiplierCls[source]

Multiplier commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:LIST:SWEep:COUNt:MULTiplier
value: float = driver.applications.k40PhaseNoise.sense.listPy.sweep.count.multiplier.get()

Defines a multiplier that is applied to the average count in each half decade. Before you can use the command you have to turn on the multiplier with [SENSe:]LIST:SWEep:COUNt:MULTiplier.

return

multiplier: No help available

set(multiplier: float) None[source]
# SCPI: [SENSe]:LIST:SWEep:COUNt:MULTiplier
driver.applications.k40PhaseNoise.sense.listPy.sweep.count.multiplier.set(multiplier = 1.0)

Defines a multiplier that is applied to the average count in each half decade. Before you can use the command you have to turn on the multiplier with [SENSe:]LIST:SWEep:COUNt:MULTiplier.

param multiplier

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k40PhaseNoise.sense.listPy.sweep.count.multiplier.clone()

Subgroups