Poffset

SCPI Command :

[SOURce]:BB:IMPairment:BBMM<CH>:POFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(iqConnector=IqConnector.Default) float[source]
# [SOURce]:BB:IMPairment:BBMM<CH>:POFFset
value: float = driver.source.bb.impairment.bbmm.poffset.get(iqConnector = repcap.IqConnector.Default)

Adds an additional phase offset after the stream mapper. You can shift the phase at the different stages in the signal generation flow, see:

  • method RsSmw.source.bb.poffset()

  • method RsSmw.sconfiguration.output.mapping.stream.poffset.set()

Parameters:

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

Returns:

phase_offset: float Range: -999.99 to 999.99

set(phase_offset: float, iqConnector=IqConnector.Default) None[source]
# [SOURce]:BB:IMPairment:BBMM<CH>:POFFset
driver.source.bb.impairment.bbmm.poffset.set(phase_offset = 1.0, iqConnector = repcap.IqConnector.Default)

Adds an additional phase offset after the stream mapper. You can shift the phase at the different stages in the signal generation flow, see:

  • method RsSmw.source.bb.poffset()

  • method RsSmw.sconfiguration.output.mapping.stream.poffset.set()

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

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