FoSymbol

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:RESource:FOSYmbol
class FoSymbolCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:RESource:FOSYmbol
value: int = driver.configure.signaling.nradio.cell.bwp.cqiReporting.resource.foSymbol.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

No command help available

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

return:

symbol: No help available

set(cell_name: str, symbol: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:RESource:FOSYmbol
driver.configure.signaling.nradio.cell.bwp.cqiReporting.resource.foSymbol.set(cell_name = 'abc', symbol = 1, bwParts = repcap.BwParts.Default)

No command help available

param cell_name:

No help available

param symbol:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)