Sweep
SCPI Command :
[SOURce<HW>]:BB:PRAMp:RAMP:SWEep:TIME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_time() float[source]
# [SOURce<HW>]:BB:PRAMp:RAMP:SWEep:TIME value: float = driver.source.bb.pramp.ramp.sweep.get_time()
Sets the time of one sweep cycle.
- Returns:
sweep_time: float Range: 1E-6 to 20
- set_time(sweep_time: float) None[source]
# [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.
- Parameters:
sweep_time – float Range: 1E-6 to 20