DftPrecoding

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DFTPrecoding
class DftPrecodingCls[source]

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

get(bwp: BandwidthPart, carrierComponent=CarrierComponent.Default) bool[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DFTPrecoding
value: bool = driver.configure.nrMmwMeas.cc.bwPart.pusch.dftPrecoding.get(bwp = enums.BandwidthPart.BWP0, carrierComponent = repcap.CarrierComponent.Default)
Specifies whether the <BWP> on carrier <no> uses a transform precoding function.

INTRO_CMD_HELP: For Signal Path = Network, use:

  • [CONFigure:]SIGNaling:NRADio:CELL:PUSCh:TPRecoding

  • [CONFigure:]SIGNaling:NRADio:CELL:BWP<bb>:PUSCh:TPRecoding

param bwp:

No help available

param carrierComponent:

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

return:

enable: OFF: No transform precoding. ON: With transform precoding.

set(bwp: BandwidthPart, enable: bool, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:BWPart:PUSCh:DFTPrecoding
driver.configure.nrMmwMeas.cc.bwPart.pusch.dftPrecoding.set(bwp = enums.BandwidthPart.BWP0, enable = False, carrierComponent = repcap.CarrierComponent.Default)
Specifies whether the <BWP> on carrier <no> uses a transform precoding function.

INTRO_CMD_HELP: For Signal Path = Network, use:

  • [CONFigure:]SIGNaling:NRADio:CELL:PUSCh:TPRecoding

  • [CONFigure:]SIGNaling:NRADio:CELL:BWP<bb>:PUSCh:TPRecoding

param bwp:

No help available

param enable:

OFF: No transform precoding. ON: With transform precoding.

param carrierComponent:

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