ScSpacing
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DUMRes:SCSPacing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) Numerology[source]
# [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’.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
sc_spacing: N15 | N30 | N60 | X60 | N120 | N240 | N480 | N960
- set(sc_spacing: Numerology, cellNull=CellNull.Default) None[source]
# [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’.
- Parameters:
sc_spacing – N15 | N30 | N60 | X60 | N120 | N240 | N480 | N960
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)