Mode

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:SRS:MODE
class ModeCls[source]

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

get(cell_name: str) ModeSrs[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:SRS:MODE
value: enums.ModeSrs = driver.configure.signaling.lte.cell.srs.mode.get(cell_name = 'abc')

Selects whether SRS is supported by the cell and via which method the signaled SRS parameters are configured.

param cell_name:

No help available

return:

mode: OFF: no SRS parameters signaled to UE UDEFined: configuration of SRS parameters via other commands in this chapter A508: automatic configuration according to 3GPP TS 36.508 A521: automatic configuration according to 3GPP TS 36.521

set(cell_name: str, mode: ModeSrs) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:SRS:MODE
driver.configure.signaling.lte.cell.srs.mode.set(cell_name = 'abc', mode = enums.ModeSrs.A508)

Selects whether SRS is supported by the cell and via which method the signaled SRS parameters are configured.

param cell_name:

No help available

param mode:

OFF: no SRS parameters signaled to UE UDEFined: configuration of SRS parameters via other commands in this chapter A508: automatic configuration according to 3GPP TS 36.508 A521: automatic configuration according to 3GPP TS 36.521