Npreambles
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:NPReambles
- class NpreamblesCls[source]
Npreambles commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:NPReambles value: int = driver.configure.signaling.nradio.cell.power.uplink.npreambles.get(cell_name = 'abc')
Sets the parameter ‘numberOfPreamblesPerSSB-ForThisPartition-r17’, signaled in ‘FeatureCombinationPreambles-r17’ to the UE.
- param cell_name:
No help available
- return:
no_preambles: No help available
- set(cell_name: str, no_preambles: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:NPReambles driver.configure.signaling.nradio.cell.power.uplink.npreambles.set(cell_name = 'abc', no_preambles = 1)
Sets the parameter ‘numberOfPreamblesPerSSB-ForThisPartition-r17’, signaled in ‘FeatureCombinationPreambles-r17’ to the UE.
- param cell_name:
No help available
- param no_preambles:
No help available