ScSpacing

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>:CCALl:TXBWidth:SCSPacing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(sEGMent=SEGMent.Default) SubCarrSpacing[source]
# 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.

Parameters:

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

Returns:

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]
# 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.

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

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