Pattern
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) List[int][source]
# [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:PATTern value: List[int] = driver.source.bb.eutra.downlink.drs.cell.pattern.get(cellNull = repcap.CellNull.Default)
Defines the subframes in that DRS is transmitted for up to 20 DRS occasions.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- set(eutra_drs_pattern: List[int], cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:PATTern driver.source.bb.eutra.downlink.drs.cell.pattern.set(eutra_drs_pattern = [1, 2, 3], cellNull = repcap.CellNull.Default)
Defines the subframes in that DRS is transmitted for up to 20 DRS occasions.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)