Step

SCPI Command :

[SOURce<HW>]:SWEep:POWer:STEP:[LOGarithmic]
class StepCls[source]

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

get_logarithmic() float[source]
# SCPI: [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. See ‘Correlating parameters in sweep mode’.

return

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

set_logarithmic(logarithmic: float) None[source]
# SCPI: [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. See ‘Correlating parameters in sweep mode’.

param logarithmic

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