Mode
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CSI:TRS:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) ModeTrs[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CSI:TRS:MODE value: enums.ModeTrs = driver.configure.signaling.nradio.cell.bwp.csi.trs.mode.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Selects the configuration mode for TRS transmission, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
mode: OFF: no TRS DEF: TRS according to 3GPP TS 38.508 UDEF: user-defined TRS
- set(cell_name: str, mode: ModeTrs, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CSI:TRS:MODE driver.configure.signaling.nradio.cell.bwp.csi.trs.mode.set(cell_name = 'abc', mode = enums.ModeTrs.DEF, bwParts = repcap.BwParts.Default)
Selects the configuration mode for TRS transmission, for BWP <bb>.
- param cell_name:
No help available
- param mode:
OFF: no TRS DEF: TRS according to 3GPP TS 38.508 UDEF: user-defined TRS
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)