Prtt
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:PRTT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default) float[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:PRTT value: float = driver.source.bb.eutra.uplink.ue.prach.prtt.get(userEquipment = repcap.UserEquipment.Default)
Defines 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, Unit: s
- set(transition_time: float, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:PRTT driver.source.bb.eutra.uplink.ue.prach.prtt.set(transition_time = 1.0, userEquipment = repcap.UserEquipment.Default)
Defines 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, Unit: s
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)