Foffset
SCPI Command :
SCONfiguration:OUTPut:MAPPing:STReam<ST>:FOFFset
- Commands in total: 1Subgroups: 0Direct 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)
Sets an absolute frequency offset.
- Parameters:
stream – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)
- Returns:
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]
# 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.
- Parameters:
sm_freq_offset – float Range: depends on the installed options, e.g. -60E6 to +60E6 (base unit)
stream – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Stream’)