Npattern

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:MBSFn:AI:MCCH:NPATtern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class NpatternStruct[source]

Response structure. Fields:

  • 1 Notif_Pattern: str: numeric

  • 2 Bitcount: int: integer Range: 1 to 64

get() NpatternStruct[source]
# [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.

Returns:

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

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

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

Parameters:
  • notif_pattern – numeric

  • bitcount – integer Range: 1 to 64