Offset

SCPI Command :

[SOURce]:LFOutput<CH>:OFFSet
class OffsetCls[source]

Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(lfOutput=LfOutput.Default) float[source]
# SCPI: [SOURce]:LFOutput<CH>:OFFSet
value: float = driver.source.lfOutput.offset.get(lfOutput = repcap.LfOutput.Default)

Sets a DC offset at the selected LF Output.

param lfOutput

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

return

offset: float Range: -3.6 to 3.6, Unit: V

set(offset: float, lfOutput=LfOutput.Default) None[source]
# SCPI: [SOURce]:LFOutput<CH>:OFFSet
driver.source.lfOutput.offset.set(offset = 1.0, lfOutput = repcap.LfOutput.Default)

Sets a DC offset at the selected LF Output.

param offset

float Range: -3.6 to 3.6, Unit: V

param lfOutput

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