Sweep

SCPI Command :

[SOURce<HW>]:BB:PRAMp:RAMP:SWEep:TIME
class SweepCls[source]

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

get_time() float[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:RAMP:SWEep:TIME
value: float = driver.source.bb.pramp.ramp.sweep.get_time()

Sets the time of one sweep cycle.

return

sweep_time: float Range: 1E-6 to 20

set_time(sweep_time: float) None[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:RAMP:SWEep:TIME
driver.source.bb.pramp.ramp.sweep.set_time(sweep_time = 1.0)

Sets the time of one sweep cycle.

param sweep_time

float Range: 1E-6 to 20