FoSymbol

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:RESource:FOSYmbol
class FoSymbolCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:RESource:FOSYmbol
value: int = driver.configure.signaling.nradio.cell.cqiReporting.resource.foSymbol.get(cell_name = 'abc')

Configures the first OFDM symbol in the RB used for CSI-RS.

param cell_name:

No help available

return:

symbol: No help available

set(cell_name: str, symbol: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:RESource:FOSYmbol
driver.configure.signaling.nradio.cell.cqiReporting.resource.foSymbol.set(cell_name = 'abc', symbol = 1)

Configures the first OFDM symbol in the RB used for CSI-RS.

param cell_name:

No help available

param symbol:

No help available