ScSpacing

SCPI Command :

CONFigure:NRMMw: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) ScSpacing[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:CCALl:TXBWidth:SCSPacing
value: enums.ScSpacing = driver.configure.nrMmwMeas.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:

scs: In the current software version, you must configure the same value for all segments.

set(scs: ScSpacing, sEGMent=SEGMent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:CCALl:TXBWidth:SCSPacing
driver.configure.nrMmwMeas.listPy.segment.ccall.txBwidth.scSpacing.set(scs = enums.ScSpacing.S120k, sEGMent = repcap.SEGMent.Default)

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

param scs:

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’)