Mode

SCPI Command :

[CONFigure]:SIGNaling:NRADio: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:NRADio:CELL:CMATrix:MODE
value: enums.ModeFrecoveryB = driver.configure.signaling.nradio.cell.cmatrix.mode.get(cell_name = 'abc')

Activates a channel matrix.

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 defined via another operating interface. TGPP: Matrix defined in 3GPP TS 38.101-4 annex B.1. HADamard: Hadamard matrix. IDENtity: Identity matrix.

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

Activates a channel matrix.

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 defined via another operating interface. TGPP: Matrix defined in 3GPP TS 38.101-4 annex B.1. HADamard: Hadamard matrix. IDENtity: Identity matrix.