LfOutput<LfOutput>

SCPI Commands :

[SOURce]:LFOutput:OFFSet
[SOURce]:LFOutput:SIMPedance
[SOURce]:LFOutput:VOLTage
Commands in total: 35
Subgroups: 8
Direct child commands: 3

Repeated Capability Setting:

# Range: Nr1 .. Nr4

driver.source.lfOutput.repcap_lfOutput_set(repcap.LfOutput.Nr1)
get_offset() float[source]
# [SOURce]:LFOutput:OFFSet
value: float = driver.source.lfOutput.get_offset()

Sets a DC offset at the LF Output.

Returns:

offset: float Range: depends on lfo voltage

get_simpedance() LfSourceImp[source]
# [SOURce]:LFOutput:SIMPedance
value: enums.LfSourceImp = driver.source.lfOutput.get_simpedance()

Selects the impedance of the LF output.

Returns:

simpedance: G600 | G50

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

Sets the voltage of the LF output.

Returns:

voltage: float Range: dynamic (see data sheet)

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

Sets a DC offset at the LF Output.

Parameters:

offset – float Range: depends on lfo voltage

set_simpedance(simpedance: LfSourceImp) None[source]
# [SOURce]:LFOutput:SIMPedance
driver.source.lfOutput.set_simpedance(simpedance = enums.LfSourceImp.G50)

Selects the impedance of the LF output.

Parameters:

simpedance – G600 | G50

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

Sets the voltage of the LF output.

Parameters:

voltage – float Range: dynamic (see data sheet)

Cloning the Group

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

Subgroups