MiPattern
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:PRSS:MIPattern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class MiPatternStruct[source]
Response structure. Fields:
1 Prs_Muting_Info: str: numeric Each bit defines the PRS state of one PRS occasion 0 PRS is muted 1 PRS is transmitted
2 Bitcount: int: integer 2, 4, 8 or 16 bits Range: 2 to 16
- get() MiPatternStruct[source]
# [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.
- Returns:
structure: for return value, see the help for MiPatternStruct structure arguments.
- set(prs_muting_info: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:PRSS:MIPattern driver.source.bb.eutra.downlink.prss.miPattern.set(prs_muting_info = rawAbc, bitcount = 1)
Specifies a bit pattern that defines the muted and not muted PRS.
- Parameters:
prs_muting_info – numeric Each bit defines the PRS state of one PRS occasion 0 PRS is muted 1 PRS is transmitted
bitcount – integer 2, 4, 8 or 16 bits Range: 2 to 16