Mtia

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:MTIA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class MtiaStruct[source]

Response structure. Fields:

  • 1 Nprs_Muting_Info_A: str: No parameter help available

  • 2 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]
# [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.

Returns:

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

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

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

Parameters:
  • nprs_muting_info_a – numeric ‘1’ indicates that the NPRS is transmitted in the corresponding occasion; a ‘0’ indicates a muted NPRS.

  • 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