Compensation

SCPI Command :

CONFigure:EQUalizer:COMPensation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() ReferenceMode[source]
# CONFigure:EQUalizer:COMPensation
value: enums.ReferenceMode = driver.applications.k18AmplifierEt.configure.equalizer.compensation.get()

Selects the compensation mode for the digital signal processing.

Returns:

result: ABSolute | RELative ABSolute The equalizer modifies absolute power, phase, and group delay. RELative The equalizer maintains the average absolute power, phase, and group delay of the measurement signal while effectively flattening the amplitude, phase, and group delay across different frequencies.

set(result: ReferenceMode) None[source]
# CONFigure:EQUalizer:COMPensation
driver.applications.k18AmplifierEt.configure.equalizer.compensation.set(result = enums.ReferenceMode.ABSolute)

Selects the compensation mode for the digital signal processing.

Parameters:

result – ABSolute | RELative ABSolute The equalizer modifies absolute power, phase, and group delay. RELative The equalizer maintains the average absolute power, phase, and group delay of the measurement signal while effectively flattening the amplitude, phase, and group delay across different frequencies.