Periodicity
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:PERiodicity
- class PeriodicityCls[source]
Periodicity commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) RsSmbv.enums.EutraDsPeriod [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:PERiodicity value: enums.EutraDsPeriod = driver.source.bb.eutra.downlink.drs.cell.periodicity.get(cellNull = repcap.CellNull.Default)
Sets the DRS periodictity.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
drs_periodicity: P40| P80| P160
- set(drs_periodicity: RsSmbv.enums.EutraDsPeriod, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:DRS:CELL<CH0>:PERiodicity driver.source.bb.eutra.downlink.drs.cell.periodicity.set(drs_periodicity = enums.EutraDsPeriod.P160, cellNull = repcap.CellNull.Default)
Sets the DRS periodictity.
- param drs_periodicity
P40| P80| P160
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)