McOffset

SCPI Command :

[SENSe]:CESTimation:MCOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:CESTimation:MCOFfset
value: float = driver.applications.k17Mcgd.sense.cestimation.mcOffset.get()

Defines the maximum clock offset the frequency estimation algorithm of the R&S FSW MCGD application is able to handle. Larger values for this parameter result in slower measurement speed. This parameter is automatically calculated using the other three ‘Doppler Shift Compensation’ parameter settings. For the calculation, speed of light in medium vacuum (cvac) is used.

Returns:

max_clock_offset: numeric value

set(max_clock_offset: float) None[source]
# [SENSe]:CESTimation:MCOFfset
driver.applications.k17Mcgd.sense.cestimation.mcOffset.set(max_clock_offset = 1.0)

Defines the maximum clock offset the frequency estimation algorithm of the R&S FSW MCGD application is able to handle. Larger values for this parameter result in slower measurement speed. This parameter is automatically calculated using the other three ‘Doppler Shift Compensation’ parameter settings. For the calculation, speed of light in medium vacuum (cvac) is used.

Parameters:

max_clock_offset – numeric value