Cdecimation

SCPI Command :

[SENSe]:CESTimation:CDECimation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() int[source]
# [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.

Returns:

value: numeric value

set(value: int) None[source]
# [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.

Parameters:

value – numeric value