Multiplier
SCPI Command :
[SENSe]:LIST:SWEep:COUNt:MULTiplier
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [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 method
RsFsw.applications.k40PhaseNoise.sense.listPy.sweep.count.multiplier.set().
- set(multiplier: float) None[source]
# [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 method
RsFsw.applications.k40PhaseNoise.sense.listPy.sweep.count.multiplier.set().
Cloning the Group
# Create a copy of the original group, that exists independently
multiplier_copy = driver.applications.k40PhaseNoise.sense.listPy.sweep.count.multiplier.clone()
Subgroups