Step

SCPI Command :

[SOURce<HW>]:SWEep:POWer:STEP:[LOGarithmic]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_logarithmic() float[source]
# [SOURce<HW>]:SWEep:POWer:STEP:[LOGarithmic]
value: float = driver.source.sweep.power.step.get_logarithmic()

Sets a logarithmically determined step size for the RF level sweep. The level is increased by a logarithmically calculated fraction of the current level.

Returns:

logarithmic: float The unit dB is mandatory. Range: 0.01 to 139, Unit: dB

set_logarithmic(logarithmic: float) None[source]
# [SOURce<HW>]:SWEep:POWer:STEP:[LOGarithmic]
driver.source.sweep.power.step.set_logarithmic(logarithmic = 1.0)

Sets a logarithmically determined step size for the RF level sweep. The level is increased by a logarithmically calculated fraction of the current level.

Parameters:

logarithmic – float The unit dB is mandatory. Range: 0.01 to 139, Unit: dB