Rsequence
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:ATT<CH0>:EMTC:RSEQuence
- class RsequenceCls[source]
Rsequence 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:RSEQuence value: int = driver.source.bb.eutra.uplink.ue.prach.att.emtc.rsequence.get(userEquipment = repcap.UserEquipment.Default, attenuationNull = repcap.AttenuationNull.Default)
Sets the logical root sequence 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
root_sequence: integer Range: 0 to 838
- set(root_sequence: int, userEquipment=UserEquipment.Default, attenuationNull=AttenuationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:ATT<CH0>:EMTC:RSEQuence driver.source.bb.eutra.uplink.ue.prach.att.emtc.rsequence.set(root_sequence = 1, userEquipment = repcap.UserEquipment.Default, attenuationNull = repcap.AttenuationNull.Default)
Sets the logical root sequence index.
- param root_sequence
integer Range: 0 to 838
- 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’)