Bb

SCPI Commands :

[SOURce<HW>]:BB:CFACtor
[SOURce<HW>]:BB:FOFFset
[SOURce<HW>]:BB:IQGain
[SOURce<HW>]:BB:PGAin
[SOURce<HW>]:BB:POFFset
[SOURce<HW>]:BB:ROUTe
class BbCls[source]

Bb commands group definition. 8360 total commands, 31 Subgroups, 6 group commands

get_cfactor() float[source]
# SCPI: [SOURce<HW>]:BB:CFACtor
value: float = driver.source.bb.get_cfactor()

Queries the crest factor of the baseband signal.

return

cfactor: float Range: 0 to 100, Unit: dB

get_foffset() float[source]
# SCPI: [SOURce<HW>]:BB:FOFFset
value: float = driver.source.bb.get_foffset()

Sets a frequency offset for the internal/external baseband signal. The offset affects the generated baseband signal.

return

foffset: float Range: depends on the installed options , Unit: Hz E.g. -60 MHz to +60 MHz (base unit)

get_iq_gain() RsSmbv.enums.IqGain[source]
# SCPI: [SOURce<HW>]:BB:IQGain
value: enums.IqGain = driver.source.bb.get_iq_gain()

Optimizes the modulation of the I/Q modulator for a subset of measurement requirement.

return

ipartq_gain: No help available

get_pgain() float[source]
# SCPI: [SOURce<HW>]:BB:PGAin
value: float = driver.source.bb.get_pgain()

No command help available

return

pgain: No help available

get_poffset() float[source]
# SCPI: [SOURce<HW>]:BB:POFFset
value: float = driver.source.bb.get_poffset()

Sets the relative phase offset for the selected baseband signal.

return

poffset: float Range: 0 to 359.9, Unit: DEG

get_route() RsSmbv.enums.PathUniCodBbin[source]
# SCPI: [SOURce<HW>]:BB:ROUTe
value: enums.PathUniCodBbin = driver.source.bb.get_route()

Selects the signal route for the internal/external baseband signal.

return

route: A

set_foffset(foffset: float) None[source]
# SCPI: [SOURce<HW>]:BB:FOFFset
driver.source.bb.set_foffset(foffset = 1.0)

Sets a frequency offset for the internal/external baseband signal. The offset affects the generated baseband signal.

param foffset

float Range: depends on the installed options , Unit: Hz E.g. -60 MHz to +60 MHz (base unit)

set_iq_gain(ipartq_gain: RsSmbv.enums.IqGain) None[source]
# SCPI: [SOURce<HW>]:BB:IQGain
driver.source.bb.set_iq_gain(ipartq_gain = enums.IqGain.DB0)

Optimizes the modulation of the I/Q modulator for a subset of measurement requirement.

param ipartq_gain

DBM4| DBM2| DB0| DB2| DB4| DB8| DB6 Dynamic range of 16 dB divided into 2 dB steps. DB0|DB2|DB4|DB6|DB8 Activates the specified gain of 0 dB, +2 dB, +4 dB, +6 dB, +8 dB DBM2|DBM4 Activates the specified gain of -2 dB, -4 dB

set_pgain(pgain: float) None[source]
# SCPI: [SOURce<HW>]:BB:PGAin
driver.source.bb.set_pgain(pgain = 1.0)

No command help available

param pgain

No help available

set_poffset(poffset: float) None[source]
# SCPI: [SOURce<HW>]:BB:POFFset
driver.source.bb.set_poffset(poffset = 1.0)

Sets the relative phase offset for the selected baseband signal.

param poffset

float Range: 0 to 359.9, Unit: DEG

set_route(route: RsSmbv.enums.PathUniCodBbin) None[source]
# SCPI: [SOURce<HW>]:BB:ROUTe
driver.source.bb.set_route(route = enums.PathUniCodBbin.A)

Selects the signal route for the internal/external baseband signal.

param route

A

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.clone()

Subgroups