Mtib
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:MTIB
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class MtibStruct[source]
Response structure. Fields:
1 Nprs_Muting_Info_B: str: numeric ‘1’ indicates that the NPRS is transmitted in the corresponding occasion; a ‘0’ indicates a muted NPRS.
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() MtibStruct[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:MTIB value: MtibStruct = driver.source.bb.eutra.downlink.niot.nprs.mtib.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 MtibStruct structure arguments.
- set(nprs_muting_info_b: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:MTIB driver.source.bb.eutra.downlink.niot.nprs.mtib.set(nprs_muting_info_b = 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_b – 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