Frequency<Index>

RepCap Settings

# Range: Nr1 .. Nr64
rc = driver.source.bb.radio.fm.rds.af.b.list2.frequency.repcap_index_get()
driver.source.bb.radio.fm.rds.af.b.list2.frequency.repcap_index_set(repcap.Index.Nr1)

SCPI Command :

[SOURce<HW>]:BB:RADio:FM:RDS:AF:B:LIST2:FREQuency<CH>
class FrequencyCls[source]

Frequency commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Index, default value after init: Index.Nr1

get(index=Index.Default) float[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:AF:B:LIST2:FREQuency<CH>
value: float = driver.source.bb.radio.fm.rds.af.b.list2.frequency.get(index = repcap.Index.Default)

Sets an alternative frequency of a list in AF method B.

param index:

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

return:

af_list_2_freq: No help available

set(af_list_2_freq: float, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:AF:B:LIST2:FREQuency<CH>
driver.source.bb.radio.fm.rds.af.b.list2.frequency.set(af_list_2_freq = 1.0, index = repcap.Index.Default)

Sets an alternative frequency of a list in AF method B.

param af_list_2_freq:

float Range: 87.6 to 107.9, Unit: MHz

param index:

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

Cloning the Group

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