Npattern

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MBSFn:AI:MCCH:NPATtern
class NpatternCls[source]

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

class NpatternStruct[source]

Response structure. Fields:

  • Notif_Pattern: List[str]: numeric

  • Bitcount: int: integer Range: 1 to 64

get() NpatternStruct[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:AI:MCCH:NPATtern
value: NpatternStruct = driver.source.bb.eutra.downlink.mbsfn.ai.mcch.npattern.get()

Sets the pattern for the notification bits sent on PDCCH DCI format 1c.

return

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

set(notif_pattern: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:AI:MCCH:NPATtern
driver.source.bb.eutra.downlink.mbsfn.ai.mcch.npattern.set(notif_pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1)

Sets the pattern for the notification bits sent on PDCCH DCI format 1c.

param notif_pattern

numeric

param bitcount

integer Range: 1 to 64