Poffset

SCPI Command :

[SOURce]:BB:IMPairment:IQOutput<CH>:POFFset
class PoffsetCls[source]

Poffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(iqConnector=IqConnector.Default) float[source]
# SCPI: [SOURce]:BB:IMPairment:IQOutput<CH>:POFFset
value: float = driver.source.bb.impairment.iqOutput.poffset.get(iqConnector = repcap.IqConnector.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

param iqConnector

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

return

phase_offset: float Range: -999.99 to 999.99

set(phase_offset: float, iqConnector=IqConnector.Default) None[source]
# SCPI: [SOURce]:BB:IMPairment:IQOutput<CH>:POFFset
driver.source.bb.impairment.iqOutput.poffset.set(phase_offset = 1.0, iqConnector = repcap.IqConnector.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

param phase_offset

float Range: -999.99 to 999.99

param iqConnector

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