Poffset

SCPI Command :

SCONfiguration:OUTPut:MAPPing:STReam<ST>:POFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(stream=Stream.Default) float[source]
# SCONfiguration:OUTPut:MAPPing:STReam<ST>:POFFset
value: float = driver.sconfiguration.output.mapping.stream.poffset.get(stream = repcap.Stream.Default)

For wideband instruments (R&S SMW-B9) , this settings requires analog signal outputs: SCONfiguration:OUTPut:MODE ANAL Sets the phase offset per stream.

Parameters:

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

Returns:

sm_phas_offset: float Range: -999.99 to 999.99

set(sm_phas_offset: float, stream=Stream.Default) None[source]
# SCONfiguration:OUTPut:MAPPing:STReam<ST>:POFFset
driver.sconfiguration.output.mapping.stream.poffset.set(sm_phas_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 phase offset per stream.

Parameters:
  • sm_phas_offset – float Range: -999.99 to 999.99

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