FrIndex
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:ATT<CH0>:EMTC:FRINdex
- class FrIndexCls[source]
FrIndex commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default, attenuationNull=AttenuationNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:ATT<CH0>:EMTC:FRINdex value: int = driver.source.bb.eutra.uplink.ue.prach.att.emtc.frIndex.get(userEquipment = repcap.UserEquipment.Default, attenuationNull = repcap.AttenuationNull.Default)
For ‘Duplexing > TDD’, sets the frequency resource index.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param attenuationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Att’)
- return
freq_res_index: integer Range: 0 to 1E5
- set(freq_res_index: int, userEquipment=UserEquipment.Default, attenuationNull=AttenuationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:ATT<CH0>:EMTC:FRINdex driver.source.bb.eutra.uplink.ue.prach.att.emtc.frIndex.set(freq_res_index = 1, userEquipment = repcap.UserEquipment.Default, attenuationNull = repcap.AttenuationNull.Default)
For ‘Duplexing > TDD’, sets the frequency resource index.
- param freq_res_index
integer Range: 0 to 1E5
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param attenuationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Att’)