ScSpacing

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SCSPacing
class ScSpacingCls[source]

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

get(cellNull=CellNull.Default, indexNull=IndexNull.Default) RsSmbv.enums.Numerology[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SCSPacing
value: enums.Numerology = driver.source.bb.nr5G.node.cell.sspbch.scSpacing.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Selects a combination of the subcarrier spacing (SCS) and the cyclic prefix (CP) , where the available values depend on the ‘Deployment’. See Table ‘Supported combinations of SCS and CP per frequency range’.

param cellNull

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

param indexNull

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

return

sc_spacing: N15| N30| N60| X60| N120| N240| N480| N960 For the sidelink application, the maximum subcarrier spacing is 120 kHz.

set(sc_spacing: RsSmbv.enums.Numerology, cellNull=CellNull.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SCSPacing
driver.source.bb.nr5G.node.cell.sspbch.scSpacing.set(sc_spacing = enums.Numerology.N120, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Selects a combination of the subcarrier spacing (SCS) and the cyclic prefix (CP) , where the available values depend on the ‘Deployment’. See Table ‘Supported combinations of SCS and CP per frequency range’.

param sc_spacing

N15| N30| N60| X60| N120| N240| N480| N960 For the sidelink application, the maximum subcarrier spacing is 120 kHz.

param cellNull

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

param indexNull

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