Fall

SCPI Command :

[SOURce<HW>]:LFOutput<CH>:SHAPe:TRAPeze:FALL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lfOutput=LfOutput.Default) float[source]
# [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.

Parameters:

lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)

Returns:

fall: float Range: 1E-6 to 100

set(fall: float, lfOutput=LfOutput.Default) None[source]
# [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.

Parameters:
  • fall – float Range: 1E-6 to 100

  • lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)