Prtt

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:PRACh:PRTT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) float[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:PRACh:PRTT
value: float = driver.source.bb.oneweb.uplink.ue.prach.prtt.get(userEquipment = repcap.UserEquipment.Default)

Sets the transition time from beginning of the extended preamble to the start of the preamble itself.

Parameters:

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

Returns:

transition_time: float Range: 0 to 3E-5

set(transition_time: float, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:PRACh:PRTT
driver.source.bb.oneweb.uplink.ue.prach.prtt.set(transition_time = 1.0, userEquipment = repcap.UserEquipment.Default)

Sets the transition time from beginning of the extended preamble to the start of the preamble itself.

Parameters:
  • transition_time – float Range: 0 to 3E-5

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