Poffset

SCPI Command :

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

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

get(path=Path.Default) float[source]
# SCPI: [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.

INTRO_CMD_HELP: You can shift the phase at the different stages in the signal generation flow, see:

  • [:SOURce<hw>]:BB:POFFset

param path

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

return

phase_offset: float Range: -999.99 to 999.99

set(phase_offset: float, path=Path.Default) None[source]
# SCPI: [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.

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 path

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