Periodicity

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:DRS:CELL<CH0>:PERiodicity
class PeriodicityCls[source]

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

get(cellNull=CellNull.Default) RsSmw.enums.DsPeriod[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:DRS:CELL<CH0>:PERiodicity
value: enums.DsPeriod = driver.source.bb.v5G.downlink.drs.cell.periodicity.get(cellNull = repcap.CellNull.Default)

No command help available

param cellNull

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

return

drs_periodicity: No help available

set(drs_periodicity: RsSmw.enums.DsPeriod, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:DRS:CELL<CH0>:PERiodicity
driver.source.bb.v5G.downlink.drs.cell.periodicity.set(drs_periodicity = enums.DsPeriod.P160, cellNull = repcap.CellNull.Default)

No command help available

param drs_periodicity

No help available

param cellNull

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