Enable

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:SRS:DEDicated:ENABle
class EnableCls[source]

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

get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:SRS:DEDicated:ENABle
value: bool = driver.configure.signaling.lte.cell.srs.dedicated.enable.get(cell_name = 'abc')

Enables sending of the dedicated SRS parameters to the UE. Only configurable for the mode UDEFined.

param cell_name:

No help available

return:

enable: No help available

set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:SRS:DEDicated:ENABle
driver.configure.signaling.lte.cell.srs.dedicated.enable.set(cell_name = 'abc', enable = False)

Enables sending of the dedicated SRS parameters to the UE. Only configurable for the mode UDEFined.

param cell_name:

No help available

param enable:

No help available