Spreambles

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:SPReambles
class SpreamblesCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:SPReambles
value: int = driver.configure.signaling.nradio.cell.power.uplink.spreambles.get(cell_name = 'abc')

Sets the parameter ‘startPreambleForThisPartition-r17’, signaled in ‘FeatureCombinationPreambles-r17’ to the UE.

param cell_name:

No help available

return:

start_preambles: No help available

set(cell_name: str, start_preambles: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:SPReambles
driver.configure.signaling.nradio.cell.power.uplink.spreambles.set(cell_name = 'abc', start_preambles = 1)

Sets the parameter ‘startPreambleForThisPartition-r17’, signaled in ‘FeatureCombinationPreambles-r17’ to the UE.

param cell_name:

No help available

param start_preambles:

No help available