Mode
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:CSI:TRS:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) ModeTrs[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CSI:TRS:MODE value: enums.ModeTrs = driver.configure.signaling.nradio.cell.csi.trs.mode.get(cell_name = 'abc')
Selects the configuration mode for TRS transmission, for the initial BWP.
- param cell_name:
No help available
- return:
mode: OFF: no TRS DEF: TRS according to 3GPP TS 38.508 UDEF: user-defined TRS
- set(cell_name: str, mode: ModeTrs) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CSI:TRS:MODE driver.configure.signaling.nradio.cell.csi.trs.mode.set(cell_name = 'abc', mode = enums.ModeTrs.DEF)
Selects the configuration mode for TRS transmission, for the initial BWP.
- param cell_name:
No help available
- param mode:
OFF: no TRS DEF: TRS according to 3GPP TS 38.508 UDEF: user-defined TRS