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)

Option:R&S SMW-B9 - supported if ‘Signal Outputs = Analog Only’ Sets an absolute frequency offset. Thus, the streams routed to the RF, I/Q Out and BBMM connectors are shifted in the frequency domain.

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) Value range depends also on the system confugration mode and signal outputs. For details, see data sheet.

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)

Option:R&S SMW-B9 - supported if ‘Signal Outputs = Analog Only’ Sets an absolute frequency offset. Thus, the streams routed to the RF, I/Q Out and BBMM connectors are shifted in the frequency domain.

param sm_freq_offset

float Range: depends on the installed options, e.g. -60E6 to +60E6 (base unit) Value range depends also on the system confugration mode and signal outputs. For details, see data sheet.

param stream

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