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