Fall
SCPI Command :
[SOURce<HW>]:LFOutput<CH>:SHAPe:TRAPeze:FALL
- class FallCls[source]
Fall commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(lfOutput=LfOutput.Default) float [source]
# SCPI: [SOURce<HW>]:LFOutput<CH>:SHAPe:TRAPeze:FALL value: float = driver.source.lfOutput.shape.trapeze.fall.get(lfOutput = repcap.LfOutput.Default)
Selects the fall time for the trapezoid shape of the LF generator.
- param lfOutput
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)
- return
fall: float Range: 1E-6 to 100
- set(fall: float, lfOutput=LfOutput.Default) None [source]
# SCPI: [SOURce<HW>]:LFOutput<CH>:SHAPe:TRAPeze:FALL driver.source.lfOutput.shape.trapeze.fall.set(fall = 1.0, lfOutput = repcap.LfOutput.Default)
Selects the fall time for the trapezoid shape of the LF generator.
- param fall
float Range: 1E-6 to 100
- param lfOutput
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)