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)

For wideband instruments (R&S SMW-B9) , this settings requires analog signal outputs: SCONfiguration:OUTPut:MODE ANAL Sets the frequency offset per stream. This offset implies a shift in the frequency domain for all signals that the stream routes to a specific output connector. For example, RF or I/Q output connectors. Value ranges depend on installed options. For more information, refer to the specifications document.

param stream:

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

return:

sm_freq_offset: float Range: depends on options

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)

For wideband instruments (R&S SMW-B9) , this settings requires analog signal outputs: SCONfiguration:OUTPut:MODE ANAL Sets the frequency offset per stream. This offset implies a shift in the frequency domain for all signals that the stream routes to a specific output connector. For example, RF or I/Q output connectors. Value ranges depend on installed options. For more information, refer to the specifications document.

param sm_freq_offset:

float Range: depends on options

param stream:

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