B

SCPI Commands :

[SOURce<HW>]:BB:RADio:FM:RDS:EON:AF:B:NUMBer
[SOURce<HW>]:BB:RADio:FM:RDS:EON:AF:B:TFRequency
class BCls[source]

B commands group definition. 3 total commands, 1 Subgroups, 2 group commands

get_number() int[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:AF:B:NUMBer
value: int = driver.source.bb.radio.fm.rds.eon.af.b.get_number()

No command help available

return:

eon_afb_num_freq: integer Range: 0 to 4

get_tfrequency() float[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:AF:B:TFRequency
value: float = driver.source.bb.radio.fm.rds.eon.af.b.get_tfrequency()

Sets the tuning frequency of in AF mapped frequencies method.

return:

eon_aft_freq: float Range: 87.6 to 107.9, Unit: MHz

set_number(eon_afb_num_freq: int) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:AF:B:NUMBer
driver.source.bb.radio.fm.rds.eon.af.b.set_number(eon_afb_num_freq = 1)

No command help available

param eon_afb_num_freq:

integer Range: 0 to 4

set_tfrequency(eon_aft_freq: float) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:EON:AF:B:TFRequency
driver.source.bb.radio.fm.rds.eon.af.b.set_tfrequency(eon_aft_freq = 1.0)

Sets the tuning frequency of in AF mapped frequencies method.

param eon_aft_freq:

float Range: 87.6 to 107.9, Unit: MHz

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.radio.fm.rds.eon.af.b.clone()

Subgroups