Mtib
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:NPRS:MTIB
- class MtibCls[source]
Mtib commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class MtibStruct[source]
Response structure. Fields:
Nprs_Muting_Info_B: str: numeric ‘1’ indicates that the NPRS is transmitted in the corresponding occasion; a ‘0’ indicates a muted NPRS.
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]
# SCPI: [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.
- return
structure: for return value, see the help for MtibStruct structure arguments.
- set(nprs_muting_info_b: str, bitcount: int) None [source]
# SCPI: [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.
- param nprs_muting_info_b
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