SlssId

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:SLSSid
class SlssIdCls[source]

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

get(userEquipment=UserEquipment.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:SLSSid
value: int = driver.source.bb.eutra.uplink.ue.sl.sync.slssId.get(userEquipment = repcap.UserEquipment.Default)

Sets the sidelink synchronization signal ID.

param userEquipment

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

return

slss_id: integer Range: 0 to 335

set(slss_id: int, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:SLSSid
driver.source.bb.eutra.uplink.ue.sl.sync.slssId.set(slss_id = 1, userEquipment = repcap.UserEquipment.Default)

Sets the sidelink synchronization signal ID.

param slss_id

integer Range: 0 to 335

param userEquipment

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