ScSpacing

SCPI Command :

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

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

get(cellNull=CellNull.Default) RsSmbv.enums.Numerology[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DUMRes:SCSPacing
value: enums.Numerology = driver.source.bb.nr5G.node.cell.dumRes.scSpacing.get(cellNull = repcap.CellNull.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’)

return

sc_spacing: N15| N30| N60| X60| N120| N240| N480| N960

set(sc_spacing: RsSmbv.enums.Numerology, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DUMRes:SCSPacing
driver.source.bb.nr5G.node.cell.dumRes.scSpacing.set(sc_spacing = enums.Numerology.N120, cellNull = repcap.CellNull.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

param cellNull

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