Offset
SCPI Command :
[SOURce]:LFOutput<CH>:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lfOutput=LfOutput.Default) float[source]
# [SOURce]:LFOutput<CH>:OFFSet value: float = driver.source.lfOutput.offset.get(lfOutput = repcap.LfOutput.Default)
Sets a DC offset at the selected LF Output.
- Parameters:
lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)
- Returns:
offset: float Range: -3.6 to 3.6, Unit: V
- set(offset: float, lfOutput=LfOutput.Default) None[source]
# [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.
- Parameters:
offset – float Range: -3.6 to 3.6, Unit: V
lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)