Trp

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TRP
class TrpCls[source]

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

get(userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TRP
value: int = driver.source.bb.eutra.uplink.ue.sl.sci.trp.get(userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the DCI field time resource pattern (ITPR) .

param userEquipment

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

param indexNull

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

return

time_res_pattern: integer Range: 0 to 127

set(time_res_pattern: int, userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TRP
driver.source.bb.eutra.uplink.ue.sl.sci.trp.set(time_res_pattern = 1, userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the DCI field time resource pattern (ITPR) .

param time_res_pattern

integer Range: 0 to 127

param userEquipment

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

param indexNull

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