Period

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:CSAT:DMTC:PERiod
class PeriodCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:CSAT:DMTC:PERiod
value: int = driver.configure.signaling.lte.cell.ueScheduling.laa.csat.dmtc.period.get(cell_name = 'abc')

Configures the periodicity for transmission of a discovery signal to the UE, for LAA.

param cell_name:

No help available

return:

periodicity: No help available

set(cell_name: str, periodicity: int) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:LAA:CSAT:DMTC:PERiod
driver.configure.signaling.lte.cell.ueScheduling.laa.csat.dmtc.period.set(cell_name = 'abc', periodicity = 1)

Configures the periodicity for transmission of a discovery signal to the UE, for LAA.

param cell_name:

No help available

param periodicity:

No help available