Pattern

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:PATTern
class PatternCls[source]

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

get(cellNull=CellNull.Default) List[int][source]
# SCPI: [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.

param cellNull

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

return

eutra_drs_pattern: No help available

set(eutra_drs_pattern: List[int], cellNull=CellNull.Default) None[source]
# SCPI: [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.

param eutra_drs_pattern

No help available

param cellNull

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