File
SCPI Commands :
[SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:AMPM:FILE:CATalog
[SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:AMPM:FILE:DATA
[SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:AMPM:FILE:NEW
[SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:AMPM:FILE:[SELect]
- Commands in total: 4Subgroups: 0Direct child commands: 4
- get_catalog() List[str][source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:AMPM:FILE:CATalog value: List[str] = driver.source.iq.doherty.shaping.table.amPm.file.get_catalog()
Queries the available table files in the default directory. Only files with the extension dpd_magn(AM/AM) or dpd_phase(AM/PM) are listed.
- Returns:
catalog: string
- get_data() List[float][source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:AMPM:FILE:DATA value: List[float] = driver.source.iq.doherty.shaping.table.amPm.file.get_data()
Defines the predistortion function in a raw data format. See also method
RsSmw.source.iq.dpd.shaping.table.amPm.file.new().
- get_select() str[source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:AMPM:FILE:[SELect] value: str = driver.source.iq.doherty.shaping.table.amPm.file.get_select()
Selects a file with correction values (extension dpd_magn (AM/AM) or dpd_phase(AM/FM) ).
- Returns:
filename: string
- set_data(dpd_pm_table_data: List[float]) None[source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:AMPM:FILE:DATA driver.source.iq.doherty.shaping.table.amPm.file.set_data(dpd_pm_table_data = [1.1, 2.2, 3.3])
Defines the predistortion function in a raw data format. See also method
RsSmw.source.iq.dpd.shaping.table.amPm.file.new().
- set_new(ipartd_pi_db_dpd_pm_table_data_new_file: List[float]) None[source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:AMPM:FILE:NEW driver.source.iq.doherty.shaping.table.amPm.file.set_new(ipartd_pi_db_dpd_pm_table_data_new_file = [1.1, 2.2, 3.3])
Stores the correction values into a file with the selected file name and loads it. The file is stored in the default directory or in the directory specified with the absolute file path. If the file does not yet exist, a new file is created. The file extension is assigned automatically.
- set_select(filename: str) None[source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:AMPM:FILE:[SELect] driver.source.iq.doherty.shaping.table.amPm.file.set_select(filename = 'abc')
Selects a file with correction values (extension dpd_magn (AM/AM) or dpd_phase(AM/FM) ).
- Parameters:
filename – string