MiPattern

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:PRSS:MIPattern
class MiPatternCls[source]

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

class MiPatternStruct[source]

Response structure. Fields:

  • Prs_Muting_Info: List[str]: numeric Each bit defines the PRS state of one PRS occasion 0 PRS is muted 1 PRS is transmitted

  • Bitcount: int: integer 2, 4, 8 or 16 bits Range: 2 to 16

get() MiPatternStruct[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:MIPattern
value: MiPatternStruct = driver.source.bb.eutra.downlink.prss.miPattern.get()

Specifies a bit pattern that defines the muted and not muted PRS.

return

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

set(prs_muting_info: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:PRSS:MIPattern
driver.source.bb.eutra.downlink.prss.miPattern.set(prs_muting_info = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1)

Specifies a bit pattern that defines the muted and not muted PRS.

param prs_muting_info

numeric Each bit defines the PRS state of one PRS occasion 0 PRS is muted 1 PRS is transmitted

param bitcount

integer 2, 4, 8 or 16 bits Range: 2 to 16