Mtia

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:MTIA
class MtiaCls[source]

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

class MtiaStruct[source]

Response structure. Fields:

  • Nprs_Muting_Info_A: List[str]: No parameter help available

  • Bitcount: int: integer Sets the length of the periodically repeating NPRS bit sequence in number of NPRS position occurrences. Allowed are the following values: 2, 4, 8 or 16 Range: 2 to 16

get() MtiaStruct[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:MTIA
value: MtiaStruct = driver.source.bb.eutra.downlink.niot.nprs.mtia.get()

Sets the nprs-MutingInfoA/nprs-MutingInfoB parameter, required if muting is used for the NPRS part A (and Part B) configurations.

return

structure: for return value, see the help for MtiaStruct structure arguments.

set(nprs_muting_info_a: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:MTIA
driver.source.bb.eutra.downlink.niot.nprs.mtia.set(nprs_muting_info_a = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1)

Sets the nprs-MutingInfoA/nprs-MutingInfoB parameter, required if muting is used for the NPRS part A (and Part B) configurations.

param nprs_muting_info_a

numeric ‘1’ indicates that the NPRS is transmitted in the corresponding occasion; a ‘0’ indicates a muted NPRS.

param bitcount

integer Sets the length of the periodically repeating NPRS bit sequence in number of NPRS position occurrences. Allowed are the following values: 2, 4, 8 or 16 Range: 2 to 16