Mcs

SCPI Command :

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

Mcs 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>:MCS
value: int = driver.source.bb.eutra.uplink.ue.sl.sci.mcs.get(userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the 5-bits indicator of the modulation and coding scheme (MSC) used for the PSSCH transmission.

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

mod_cod_scheme: integer Range: 0 to 31

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

Sets the 5-bits indicator of the modulation and coding scheme (MSC) used for the PSSCH transmission.

param mod_cod_scheme

integer Range: 0 to 31

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’)