Correction

SCPI Commands :

SOURce<HW>:RFALignment:CORRection:FILE
SOURce<HW>:RFALignment:CORRection:IQDelay
SOURce<HW>:RFALignment:CORRection:LEVel
SOURce<HW>:RFALignment:CORRection:PHASe
class CorrectionCls[source]

Correction commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_file() str[source]
# SCPI: SOURce<HW>:RFALignment:CORRection:FILE
value: str = driver.source.rfAlignment.correction.get_file()

No command help available

return

correction_file: No help available

get_iq_delay() float[source]
# SCPI: 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.

return

ipart_qdelay: float

get_level() float[source]
# SCPI: 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.

return

level: float

get_phase() float[source]
# SCPI: 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.

return

phase: float

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

No command help available

param correction_file

No help available