Nslots
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:TDD:PATTern<PatternNo>:DL:NSLots
- class NslotsCls[source]
Nslots 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:NSLots value: int = driver.configure.signaling.nradio.cell.tdd.pattern.downlink.nslots.get(cell_name = 'abc', pattern = repcap.Pattern.Default)
Defines the number of full DL slots in 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:
number: No help available
- set(cell_name: str, number: int, pattern=Pattern.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:TDD:PATTern<PatternNo>:DL:NSLots driver.configure.signaling.nradio.cell.tdd.pattern.downlink.nslots.set(cell_name = 'abc', number = 1, pattern = repcap.Pattern.Default)
Defines the number of full DL slots in the UL-DL pattern {p}.
- param cell_name:
No help available
- param number:
No help available
- param pattern:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)