Foffset

SCPI Command :

SCONfiguration:OUTPut:MAPPing:STReam<ST>:FOFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(stream=Stream.Default) float[source]
# 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.

Parameters:

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

Returns:

sm_freq_offset: float Range: depends on options

set(sm_freq_offset: float, stream=Stream.Default) None[source]
# 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.

Parameters:
  • sm_freq_offset – float Range: depends on options

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