FsSymbol
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:TDD:PATTern<PatternNo>:DL:FSSYmbol
- class FsSymbolCls[source]
FsSymbol commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, pattern=Pattern.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:TDD:PATTern<PatternNo>:DL:FSSYmbol value: int = driver.configure.signaling.nradio.cell.tdd.pattern.downlink.fsSymbol.get(cell_name = 'abc', pattern = repcap.Pattern.Default)
Defines the number of DL symbols in the partial slot of the UL-DL pattern {p}.
- param cell_name:
No help available
- param pattern:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)
- return:
symbol: No help available
- set(cell_name: str, symbol: int, pattern=Pattern.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:TDD:PATTern<PatternNo>:DL:FSSYmbol driver.configure.signaling.nradio.cell.tdd.pattern.downlink.fsSymbol.set(cell_name = 'abc', symbol = 1, pattern = repcap.Pattern.Default)
Defines the number of DL symbols in the partial slot of the UL-DL pattern {p}.
- param cell_name:
No help available
- param symbol:
No help available
- param pattern:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)