Desc<AlternaiveFreqList>

RepCap Settings

# Range: Nr1 .. Nr12
rc = driver.source.bb.radio.fm.rds.af.b.list1.desc.repcap_alternaiveFreqList_get()
driver.source.bb.radio.fm.rds.af.b.list1.desc.repcap_alternaiveFreqList_set(repcap.AlternaiveFreqList.Nr1)

SCPI Command :

[SOURce<HW>]:BB:RADio:FM:RDS:AF:B:LIST1:DESC<CH>
class DescCls[source]

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

get(alternaiveFreqList=AlternaiveFreqList.Default) TxAudioBcFmRdsAfBorder[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:AF:B:LIST1:DESC<CH>
value: enums.TxAudioBcFmRdsAfBorder = driver.source.bb.radio.fm.rds.af.b.list1.desc.get(alternaiveFreqList = repcap.AlternaiveFreqList.Default)

Sets the frequency order of the corresponding number of the selected list.

param alternaiveFreqList:

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

return:

af_list_1_order: No help available

set(af_list_1_order: TxAudioBcFmRdsAfBorder, alternaiveFreqList=AlternaiveFreqList.Default) None[source]
# SCPI: [SOURce<HW>]:BB:RADio:FM:RDS:AF:B:LIST1:DESC<CH>
driver.source.bb.radio.fm.rds.af.b.list1.desc.set(af_list_1_order = enums.TxAudioBcFmRdsAfBorder.ASC, alternaiveFreqList = repcap.AlternaiveFreqList.Default)

Sets the frequency order of the corresponding number of the selected list.

param af_list_1_order:

ASC| DESC ASC Ascending order, the same program is carried. DESC Descending order, the alternative frequency points to a program that has regional variants.

param alternaiveFreqList:

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

Cloning the Group

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