List3

SCPI Commands :

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

List3 commands group definition. 4 total commands, 2 Subgroups, 2 group commands

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

Sets the number of frequencies of a list in AF method B.

return:

afb_list_3_no_freq: No help available

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

Sets the tuning frequency of a list in AF method B.

return:

af_list_3_tun_freq: No help available

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

Sets the number of frequencies of a list in AF method B.

param afb_list_3_no_freq:

integer Range: 0 to 12

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

Sets the tuning frequency of a list in AF method B.

param af_list_3_tun_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.af.b.list3.clone()

Subgroups