High

SCPI Command :

[SOURce<HW>]:LFOutput<CH>:SHAPe:TRAPeze:HIGH
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lfOutput=LfOutput.Default) float[source]
# [SOURce<HW>]:LFOutput<CH>:SHAPe:TRAPeze:HIGH
value: float = driver.source.lfOutput.shape.trapeze.high.get(lfOutput = repcap.LfOutput.Default)

Sets the high time for the trapezoid signal of the LF generator.

Parameters:

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

Returns:

high: float Range: 1E-6 to 100

set(high: float, lfOutput=LfOutput.Default) None[source]
# [SOURce<HW>]:LFOutput<CH>:SHAPe:TRAPeze:HIGH
driver.source.lfOutput.shape.trapeze.high.set(high = 1.0, lfOutput = repcap.LfOutput.Default)

Sets the high time for the trapezoid signal of the LF generator.

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

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