Fall
SCPI Command :
[SOURce<HW>]:BB:PRAMp:RAMP:FALL:TIME
- class FallCls[source]
Fall commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_time() float [source]
# SCPI: [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.
- return:
fall_time: float Range: 5E-9 to 1
- set_time(fall_time: float) None [source]
# SCPI: [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.
- param fall_time:
float Range: 5E-9 to 1