Mode

SCPI Command :

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

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

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

Applies the channel matrix selected via <Mode>.

param cell_name:

No help available

return:

mode: OFF: Without a fader in the signal path, IDENtity matrix. With a fader in the signal path, TGPP matrix. UDEFined: Matrix configured via other operating interface. TGPP: Matrix as defined in 3GPP TS 36.101-4 annex B.1. HADamard: Hadamard matrix. IDENtity: Identity matrix.

set(cell_name: str, mode: ModeFrecoveryB) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:CMATrix:MODE
driver.configure.signaling.lte.cell.cmatrix.mode.set(cell_name = 'abc', mode = enums.ModeFrecoveryB.HADamard)

Applies the channel matrix selected via <Mode>.

param cell_name:

No help available

param mode:

OFF: Without a fader in the signal path, IDENtity matrix. With a fader in the signal path, TGPP matrix. UDEFined: Matrix configured via other operating interface. TGPP: Matrix as defined in 3GPP TS 36.101-4 annex B.1. HADamard: Hadamard matrix. IDENtity: Identity matrix.