ScSpacing

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>:CCALl:TXBWidth:SCSPacing
class ScSpacingCls[source]

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

get(sEGMent=SEGMent.Default) SubCarrSpacing[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>:CCALl:TXBWidth:SCSPacing
value: enums.SubCarrSpacing = driver.configure.nrSubMeas.listPy.segment.ccall.txBwidth.scSpacing.get(sEGMent = repcap.SEGMent.Default)

Selects the subcarrier spacing used in segment <no>, for all carriers.

param sEGMent:

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

return:

used_scs: 15 kHz, 30 kHz, 60 kHz In the current software version, you must configure the same value for all segments.

set(used_scs: SubCarrSpacing, sEGMent=SEGMent.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>:CCALl:TXBWidth:SCSPacing
driver.configure.nrSubMeas.listPy.segment.ccall.txBwidth.scSpacing.set(used_scs = enums.SubCarrSpacing.S15K, sEGMent = repcap.SEGMent.Default)

Selects the subcarrier spacing used in segment <no>, for all carriers.

param used_scs:

15 kHz, 30 kHz, 60 kHz In the current software version, you must configure the same value for all segments.

param sEGMent:

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