LfOutput<LfOutput>

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.source.lfOutput.repcap_lfOutput_get()
driver.source.lfOutput.repcap_lfOutput_set(repcap.LfOutput.Nr1)

SCPI Commands :

[SOURce]:LFOutput:OFFSet
[SOURce]:LFOutput:VOLTage
class LfOutputCls[source]

LfOutput commands group definition. 34 total commands, 8 Subgroups, 2 group commands Repeated Capability: LfOutput, default value after init: LfOutput.Nr1

get_offset() float[source]
# SCPI: [SOURce]:LFOutput:OFFSet
value: float = driver.source.lfOutput.get_offset()

Sets a DC offset at the LF Output.

return:

offset: float Range: depends on lfo voltage

get_voltage() float[source]
# SCPI: [SOURce]:LFOutput:VOLTage
value: float = driver.source.lfOutput.get_voltage()

Sets the voltage of the LF output.

return:

voltage: float Range: dynamic (see data sheet)

set_offset(offset: float) None[source]
# SCPI: [SOURce]:LFOutput:OFFSet
driver.source.lfOutput.set_offset(offset = 1.0)

Sets a DC offset at the LF Output.

param offset:

float Range: depends on lfo voltage

set_voltage(voltage: float) None[source]
# SCPI: [SOURce]:LFOutput:VOLTage
driver.source.lfOutput.set_voltage(voltage = 1.0)

Sets the voltage of the LF output.

param voltage:

float Range: dynamic (see data sheet)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.lfOutput.clone()

Subgroups