Poffset
SCPI Command :
[SOURce]:BB:IMPairment:FADer<CH>:POFFset
- class PoffsetCls[source]
Poffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(digitalIq=DigitalIq.Default) float [source]
# SCPI: [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.
INTRO_CMD_HELP: You can shift the phase at the different stages in the signal generation flow, see:
[:SOURce<hw>]:BB:POFFset
method RsSmw.Sconfiguration.Output.Mapping.Stream.Poffset.set
- param digitalIq
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- return
phase_offset: float Range: -999.99 to 999.99
- set(phase_offset: float, digitalIq=DigitalIq.Default) None [source]
# SCPI: [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.
INTRO_CMD_HELP: You can shift the phase at the different stages in the signal generation flow, see:
[:SOURce<hw>]:BB:POFFset
method RsSmw.Sconfiguration.Output.Mapping.Stream.Poffset.set
- param phase_offset
float Range: -999.99 to 999.99
- param digitalIq
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)