Correction

SCPI Commands :

SOURce<HW>:RFALignment:CORRection:FILE
SOURce<HW>:RFALignment:CORRection:IQDelay
SOURce<HW>:RFALignment:CORRection:LEVel
SOURce<HW>:RFALignment:CORRection:PHASe
Commands in total: 4
Subgroups: 0
Direct child commands: 4
get_file() str[source]
# SOURce<HW>:RFALignment:CORRection:FILE
value: str = driver.source.rfAlignment.correction.get_file()

No help available

get_iq_delay() float[source]
# SOURce<HW>:RFALignment:CORRection:IQDelay
value: float = driver.source.rfAlignment.correction.get_iq_delay()

Queries the I/Q delay applied for compensation of the frequency response of the signal.

Returns:

ipart_qdelay: float

get_level() float[source]
# SOURce<HW>:RFALignment:CORRection:LEVel
value: float = driver.source.rfAlignment.correction.get_level()

Queries the level correction applied to the signal of the selected path.

Returns:

level: float

get_phase() float[source]
# SOURce<HW>:RFALignment:CORRection:PHASe
value: float = driver.source.rfAlignment.correction.get_phase()

queries the delta phase applied for compensation of the frequency response of the signal.

Returns:

phase: float

set_file(correction_file: str) None[source]
# SOURce<HW>:RFALignment:CORRection:FILE
driver.source.rfAlignment.correction.set_file(correction_file = 'abc')

No help available