High
SCPI Command :
[SOURce<HW>]:LFOutput<CH>:SHAPe:TRAPeze:HIGH
- class HighCls[source]
High commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(lfOutput=LfOutput.Default) float [source]
# SCPI: [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.
- param lfOutput
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)
- return
high: float Range: 1E-6 to 100
- set(high: float, lfOutput=LfOutput.Default) None [source]
# SCPI: [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.
- param high
float Range: 1E-6 to 100
- param lfOutput
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)