Mspare

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:CCODing:MSPare
class MspareCls[source]

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

get(allocationNull=AllocationNull.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:CCODing:MSPare
value: List[str] = driver.source.bb.eutra.downlink.emtc.alloc.ccoding.mspare.get(allocationNull = repcap.AllocationNull.Default)

Sets the spare bits in the PBCH transmission.

param allocationNull

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

return

mib_spare_bits: 5 bits

set(mib_spare_bits: List[str], allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:CCODing:MSPare
driver.source.bb.eutra.downlink.emtc.alloc.ccoding.mspare.set(mib_spare_bits = ['rawAbc1', 'rawAbc2', 'rawAbc3'], allocationNull = repcap.AllocationNull.Default)

Sets the spare bits in the PBCH transmission.

param mib_spare_bits

5 bits

param allocationNull

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