TrptSubset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:TRPTsubset
class TrptSubsetCls[source]

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

get(userEquipment=UserEquipment.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:TRPTsubset
value: List[str] = driver.source.bb.eutra.uplink.ue.sl.rdata.trptSubset.get(userEquipment = repcap.UserEquipment.Default)

The TRTP subset is a time resources pattern that indicates the set of available subframes to be used for sidelink communication.

param userEquipment

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

return

trpt_subset: 5 bits

set(trpt_subset: List[str], userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:TRPTsubset
driver.source.bb.eutra.uplink.ue.sl.rdata.trptSubset.set(trpt_subset = ['rawAbc1', 'rawAbc2', 'rawAbc3'], userEquipment = repcap.UserEquipment.Default)

The TRTP subset is a time resources pattern that indicates the set of available subframes to be used for sidelink communication.

param trpt_subset

5 bits

param userEquipment

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