Poffset

SCPI Command :

[SOURce]:BB:IMPairment:RF<CH>:POFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(path=Path.Default) float[source]
# [SOURce]:BB:IMPairment:RF<CH>:POFFset
value: float = driver.source.bb.impairment.rf.poffset.get(path = repcap.Path.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:

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

Returns:

phase_offset: float Range: -999.99 to 999.99

set(phase_offset: float, path=Path.Default) None[source]
# [SOURce]:BB:IMPairment:RF<CH>:POFFset
driver.source.bb.impairment.rf.poffset.set(phase_offset = 1.0, path = repcap.Path.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

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