Sspacing

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:SSPacing
class SspacingCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SSPacing
value: int = driver.configure.signaling.nradio.cell.sspacing.get(cell_name = 'abc')

Configures the subcarrier spacing for the initial BWP. The setting is coupled to the common SCS setting, see [CONFigure:]SIGNaling:NRADio:CELL:RFSettings:SSPacing.

param cell_name:

No help available

return:

spacing: No help available

set(cell_name: str, spacing: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SSPacing
driver.configure.signaling.nradio.cell.sspacing.set(cell_name = 'abc', spacing = 1)

Configures the subcarrier spacing for the initial BWP. The setting is coupled to the common SCS setting, see [CONFigure:]SIGNaling:NRADio:CELL:RFSettings:SSPacing.

param cell_name:

No help available

param spacing:

No help available