Sspacing

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwpid>:SSPacing
class SspacingCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwpid>:SSPacing
value: int = driver.configure.signaling.nradio.cell.bwp.sspacing.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Configures the subcarrier spacing for BWP <bb>.

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

return:

spacing: No help available

set(cell_name: str, spacing: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwpid>:SSPacing
driver.configure.signaling.nradio.cell.bwp.sspacing.set(cell_name = 'abc', spacing = 1, bwParts = repcap.BwParts.Default)

Configures the subcarrier spacing for BWP <bb>.

param cell_name:

No help available

param spacing:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)