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