Poffset
SCPI Command :
[SOURce]:BB:IMPairment:FADer<CH>:POFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(digitalIq=DigitalIq.Default) float[source]
# [SOURce]:BB:IMPairment:FADer<CH>:POFFset value: float = driver.source.bb.impairment.fader.poffset.get(digitalIq = repcap.DigitalIq.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:
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- Returns:
phase_offset: float Range: -999.99 to 999.99
- set(phase_offset: float, digitalIq=DigitalIq.Default) None[source]
# [SOURce]:BB:IMPairment:FADer<CH>:POFFset driver.source.bb.impairment.fader.poffset.set(phase_offset = 1.0, digitalIq = repcap.DigitalIq.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
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)