DiscType

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:ALLoc<CH0>:DISCtype
class DiscTypeCls[source]

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

get(userEquipment=UserEquipment.Default, allocationNull=AllocationNull.Default) RsSmbv.enums.EutraSlDiscType[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:ALLoc<CH0>:DISCtype
value: enums.EutraSlDiscType = driver.source.bb.eutra.uplink.ue.sl.alloc.discType.get(userEquipment = repcap.UserEquipment.Default, allocationNull = repcap.AllocationNull.Default)

In discovers mode, sets one of the discovery types, type 1 or type 2B.

param userEquipment

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

param allocationNull

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

return

discovery_type: D1| D2B

set(discovery_type: RsSmbv.enums.EutraSlDiscType, userEquipment=UserEquipment.Default, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:ALLoc<CH0>:DISCtype
driver.source.bb.eutra.uplink.ue.sl.alloc.discType.set(discovery_type = enums.EutraSlDiscType.D1, userEquipment = repcap.UserEquipment.Default, allocationNull = repcap.AllocationNull.Default)

In discovers mode, sets one of the discovery types, type 1 or type 2B.

param discovery_type

D1| D2B

param userEquipment

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

param allocationNull

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