Rsequence

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:PRACh:SUBF<CH0>:RSEQuence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, subframeNull=SubframeNull.Default) int[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:PRACh:SUBF<CH0>:RSEQuence
value: int = driver.source.bb.oneweb.uplink.ue.prach.subf.rsequence.get(userEquipment = repcap.UserEquipment.Default, subframeNull = repcap.SubframeNull.Default)

Selects the logical root sequence index for the selected subframe.

Parameters:
  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

Returns:

root_sequence: integer Range: 0 to 838

set(root_sequence: int, userEquipment=UserEquipment.Default, subframeNull=SubframeNull.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:PRACh:SUBF<CH0>:RSEQuence
driver.source.bb.oneweb.uplink.ue.prach.subf.rsequence.set(root_sequence = 1, userEquipment = repcap.UserEquipment.Default, subframeNull = repcap.SubframeNull.Default)

Selects the logical root sequence index for the selected subframe.

Parameters:
  • root_sequence – integer Range: 0 to 838

  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)