Pattern

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:PATTern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class PatternStruct[source]

Response structure. Fields:

  • 1 Pattern: str: numeric

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

get(subframeNull=SubframeNull.Default) PatternStruct[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:PATTern
value: PatternStruct = driver.source.bb.eutra.downlink.subf.encc.pdcch.pattern.get(subframeNull = repcap.SubframeNull.Default)

Selects the bit pattern for the PATT selection.

Parameters:

subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

Returns:

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

set(pattern: str, bitcount: int, subframeNull=SubframeNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:[SUBF<ST0>]:ENCC:PDCCh:PATTern
driver.source.bb.eutra.downlink.subf.encc.pdcch.pattern.set(pattern = rawAbc, bitcount = 1, subframeNull = repcap.SubframeNull.Default)

Selects the bit pattern for the PATT selection.

Parameters:
  • pattern – numeric

  • bitcount – integer Range: 1 to 64

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)