DftPrecoding

SCPI Command :

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

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

get(bwp: BandwidthPart, sEGMent=SEGMent.Default, carrierComponentExt=CarrierComponentExt.Default) bool[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>[:CC<carrier>]:BWPart:PUSCh:DFTPrecoding
value: bool = driver.configure.nrMmwMeas.listPy.segment.cc.bwPart.pusch.dftPrecoding.get(bwp = enums.BandwidthPart.BWP0, sEGMent = repcap.SEGMent.Default, carrierComponentExt = repcap.CarrierComponentExt.Default)

Specifies whether the <BWP> on carrier <c> in segment <no> uses a transform precoding function.

param bwp:

No help available

param sEGMent:

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

param carrierComponentExt:

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, sEGMent=SEGMent.Default, carrierComponentExt=CarrierComponentExt.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>[:CC<carrier>]:BWPart:PUSCh:DFTPrecoding
driver.configure.nrMmwMeas.listPy.segment.cc.bwPart.pusch.dftPrecoding.set(bwp = enums.BandwidthPart.BWP0, enable = False, sEGMent = repcap.SEGMent.Default, carrierComponentExt = repcap.CarrierComponentExt.Default)

Specifies whether the <BWP> on carrier <c> in segment <no> uses a transform precoding function.

param bwp:

No help available

param enable:

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

param sEGMent:

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

param carrierComponentExt:

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