Periodicity

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:SSB:PERiodicity
class PeriodicityCls[source]

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

get(cell_name: str) PeriodicityB[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SSB:PERiodicity
value: enums.PeriodicityB = driver.configure.signaling.nradio.cell.ssb.periodicity.get(cell_name = 'abc')

Selects the periodicity of the SSB in the time domain.

param cell_name:

No help available

return:

periodicity: Periodicity in ms (5 ms to 160 ms)

set(cell_name: str, periodicity: PeriodicityB) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SSB:PERiodicity
driver.configure.signaling.nradio.cell.ssb.periodicity.set(cell_name = 'abc', periodicity = enums.PeriodicityB.P10)

Selects the periodicity of the SSB in the time domain.

param cell_name:

No help available

param periodicity:

Periodicity in ms (5 ms to 160 ms)