Mode

SCPI Command :

[SENSe]:CESTimation:MODE
class ModeCls[source]

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

get() RsFsw.enums.CestMode[source]
# SCPI: [SENSe]:CESTimation:MODE
value: enums.CestMode = driver.applications.k17Mcgd.sense.cestimation.mode.get()

Sets/queries the carrier estimation mode. This defines how the carrier frequencies of the captured multi-carrier signal are estimated and how differences compared to the multi-carrier signal description are being compensated.

return

mode: CARRiers | OFFSet | OFF CARRiers Estimates the frequency for each carrier and uses the determined frequencies when calculating measurement results. This estimation is useful for in-orbit measurements of satellites for which the group delay can be distorted due to the Doppler effect. (Corresponds to the manual setting ‘All Carriers’) OFFSet The frequency offset is assumed to be identical for all carriers. It is estimated and the determined frequencies are then used for calculation of measurement results. OFF No estimation is performed. The carrier frequencies as defined in the multi-carrier signal description are used. Possible frequency offsets or Doppler-effects are not compensated.

set(mode: RsFsw.enums.CestMode) None[source]
# SCPI: [SENSe]:CESTimation:MODE
driver.applications.k17Mcgd.sense.cestimation.mode.set(mode = enums.CestMode.CARRiers)

Sets/queries the carrier estimation mode. This defines how the carrier frequencies of the captured multi-carrier signal are estimated and how differences compared to the multi-carrier signal description are being compensated.

param mode

CARRiers | OFFSet | OFF CARRiers Estimates the frequency for each carrier and uses the determined frequencies when calculating measurement results. This estimation is useful for in-orbit measurements of satellites for which the group delay can be distorted due to the Doppler effect. (Corresponds to the manual setting ‘All Carriers’) OFFSet The frequency offset is assumed to be identical for all carriers. It is estimated and the determined frequencies are then used for calculation of measurement results. OFF No estimation is performed. The carrier frequencies as defined in the multi-carrier signal description are used. Possible frequency offsets or Doppler-effects are not compensated.