Prtt

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:PRTT
class PrttCls[source]

Prtt commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userEquipment=UserEquipment.Default) float[source]
# SCPI: [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.

param userEquipment

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

return

transition_time: float Range: 0 to 3E-5, Unit: s

set(transition_time: float, userEquipment=UserEquipment.Default) None[source]
# SCPI: [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.

param transition_time

float Range: 0 to 3E-5, Unit: s

param userEquipment

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