Data
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:DATA
- class DataCls[source]
Data commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default) RsSmbv.enums.DataSourceA [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:DATA value: enums.DataSourceA = driver.source.bb.eutra.uplink.ue.sl.data.get(userEquipment = repcap.UserEquipment.Default)
Sets the data source for the sidelink.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
data_source: PN9| PN11| PN15| PN16| PN20| PN21| PN23| PATTern| DLISt| ZERO| ONE
- set(data_source: RsSmbv.enums.DataSourceA, userEquipment=UserEquipment.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:DATA driver.source.bb.eutra.uplink.ue.sl.data.set(data_source = enums.DataSourceA.DLISt, userEquipment = repcap.UserEquipment.Default)
Sets the data source for the sidelink.
- param data_source
PN9| PN11| PN15| PN16| PN20| PN21| PN23| PATTern| DLISt| ZERO| ONE
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)