Fall
SCPI Command :
[SOURce<HW>]:BB:PRAMp:RAMP:FALL:TIME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_time() float[source]
# [SOURce<HW>]:BB:PRAMp:RAMP:FALL:TIME value: float = driver.source.bb.pramp.ramp.fall.get_time()
Sets the fall time of the power sweep signal.
- Returns:
fall_time: float Range: 5E-9 to 1
- set_time(fall_time: float) None[source]
# [SOURce<HW>]:BB:PRAMp:RAMP:FALL:TIME driver.source.bb.pramp.ramp.fall.set_time(fall_time = 1.0)
Sets the fall time of the power sweep signal.
- Parameters:
fall_time – float Range: 5E-9 to 1