Pattern
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:PATTern
- class PatternCls[source]
Pattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class PatternStruct[source]
Response structure. Fields:
Pattern: str: numeric
Bitcount: int: integer Range: 1 to 64
- get(indexNull=IndexNull.Default) PatternStruct [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:PATTern value: PatternStruct = driver.source.bb.eutra.downlink.mbsfn.pmch.pattern.get(indexNull = repcap.IndexNull.Default)
Sets the pattern of the data source for the selected PMCH/MTCH.
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Pmch’)
- return
structure: for return value, see the help for PatternStruct structure arguments.
- set(pattern: str, bitcount: int, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:MBSFn:PMCH<CH0>:PATTern driver.source.bb.eutra.downlink.mbsfn.pmch.pattern.set(pattern = rawAbc, bitcount = 1, indexNull = repcap.IndexNull.Default)
Sets the pattern of the data source for the selected PMCH/MTCH.
- param pattern
numeric
- param bitcount
integer Range: 1 to 64
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Pmch’)