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:SIMPedance
[SOURce]:LFOutput:VOLTage
class LfOutputCls[source]

LfOutput commands group definition. 35 total commands, 8 Subgroups, 3 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_simpedance() RsSmbv.enums.LfSourceImp[source]
# SCPI: [SOURce]:LFOutput:SIMPedance
value: enums.LfSourceImp = driver.source.lfOutput.get_simpedance()

Selects the impedance of the LF output.

return

simpedance: G600| G50

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_simpedance(simpedance: RsSmbv.enums.LfSourceImp) None[source]
# SCPI: [SOURce]:LFOutput:SIMPedance
driver.source.lfOutput.set_simpedance(simpedance = enums.LfSourceImp.G50)

Selects the impedance of the LF output.

param simpedance

G600| G50

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