Foffset

SCPI Command :

SCONfiguration:OUTPut:MAPPing:STReam<ST>:FOFFset
class FoffsetCls[source]

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

get(stream=Stream.Default) float[source]
# SCPI: SCONfiguration:OUTPut:MAPPing:STReam<ST>:FOFFset
value: float = driver.sconfiguration.output.mapping.stream.foffset.get(stream = repcap.Stream.Default)

Sets an absolute frequency offset.

param stream

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

return

sm_freq_offset: float Range: depends on the installed options, e.g. -60E6 to +60E6 (base unit)

set(sm_freq_offset: float, stream=Stream.Default) None[source]
# SCPI: SCONfiguration:OUTPut:MAPPing:STReam<ST>:FOFFset
driver.sconfiguration.output.mapping.stream.foffset.set(sm_freq_offset = 1.0, stream = repcap.Stream.Default)

Sets an absolute frequency offset.

param sm_freq_offset

float Range: depends on the installed options, e.g. -60E6 to +60E6 (base unit)

param stream

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