Dithering

SCPI Commands :

[SOURce<HW>]:CORRection:OPTimize:RF:DITHering:AMPLitude
[SOURce<HW>]:CORRection:OPTimize:RF:DITHering:BANDwidth
[SOURce<HW>]:CORRection:OPTimize:RF:DITHering
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_amplitude() float[source]
# [SOURce<HW>]:CORRection:OPTimize:RF:DITHering:AMPLitude
value: float = driver.source.correction.optimize.rf.dithering.get_amplitude()

No help available

get_bandwidth() IqOptDithBandWidth[source]
# [SOURce<HW>]:CORRection:OPTimize:RF:DITHering:BANDwidth
value: enums.IqOptDithBandWidth = driver.source.correction.optimize.rf.dithering.get_bandwidth()

No help available

get_value() bool[source]
# [SOURce<HW>]:CORRection:OPTimize:RF:DITHering
value: bool = driver.source.correction.optimize.rf.dithering.get_value()

Enables dithering of the I/Q signal to improve the spectral purity of the RF output signal. Dithering does not lead to improvements of the EVM performance or ACLR performance of the RF output signal. If enabled, dithering applies to all RF paths. Disabling dithering in one path also disables dithering in all RF paths.

Returns:

state: 1 | ON | 0| OFF

set_amplitude(amplitude: float) None[source]
# [SOURce<HW>]:CORRection:OPTimize:RF:DITHering:AMPLitude
driver.source.correction.optimize.rf.dithering.set_amplitude(amplitude = 1.0)

No help available

set_bandwidth(bandwidth: IqOptDithBandWidth) None[source]
# [SOURce<HW>]:CORRection:OPTimize:RF:DITHering:BANDwidth
driver.source.correction.optimize.rf.dithering.set_bandwidth(bandwidth = enums.IqOptDithBandWidth.BW0M)

No help available

set_value(state: bool) None[source]
# [SOURce<HW>]:CORRection:OPTimize:RF:DITHering
driver.source.correction.optimize.rf.dithering.set_value(state = False)

Enables dithering of the I/Q signal to improve the spectral purity of the RF output signal. Dithering does not lead to improvements of the EVM performance or ACLR performance of the RF output signal. If enabled, dithering applies to all RF paths. Disabling dithering in one path also disables dithering in all RF paths.

Parameters:

state – 1 | ON | 0| OFF