Cdecimation

SCPI Command :

[SENSe]:CESTimation:CDECimation
class CdecimationCls[source]

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

get() int[source]
# SCPI: [SENSe]:CESTimation:CDECimation
value: int = driver.applications.k17Mcgd.sense.cestimation.cdecimation.get()

Improves the measurement speed by decimating the number of carriers used for the frequency estimation synchronization as a speed vs accuracy tradeoff in carrier estimation mode ‘All Carriers’. For example, a value of ‘1000’ configures the synchronization to only use each 1000th carrier for frequency estimation and significantly speeds up the measurement for scenarios with large number of carriers (100k carriers scenarios) while still providing good measurement accuracy. A value of ‘1’ provides the best possible measurement accuracy. The value is clipped internally to 2 carriers if set larger then the available number of carriers configured in the multi-carrier signal description.

return

value: numeric value

set(value: int) None[source]
# SCPI: [SENSe]:CESTimation:CDECimation
driver.applications.k17Mcgd.sense.cestimation.cdecimation.set(value = 1)

Improves the measurement speed by decimating the number of carriers used for the frequency estimation synchronization as a speed vs accuracy tradeoff in carrier estimation mode ‘All Carriers’. For example, a value of ‘1000’ configures the synchronization to only use each 1000th carrier for frequency estimation and significantly speeds up the measurement for scenarios with large number of carriers (100k carriers scenarios) while still providing good measurement accuracy. A value of ‘1’ provides the best possible measurement accuracy. The value is clipped internally to 2 carriers if set larger then the available number of carriers configured in the multi-carrier signal description.

param value

numeric value