Table
SCPI Commands :
[SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:INTerp
[SOURce<HW>]:IQ:DOHerty:SHAPing:[TABLe]:INVert
- class TableCls[source]
Table commands group definition. 10 total commands, 2 Subgroups, 2 group commands
- get_interp() RsSmw.enums.Interpolation [source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:INTerp value: enums.Interpolation = driver.source.iq.doherty.shaping.table.get_interp()
Enables a linear (voltage or power) interpolation between the defined correction values.
- return
ipart_interpolation: No help available
- get_invert() bool [source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:[TABLe]:INVert value: bool = driver.source.iq.doherty.shaping.table.get_invert()
Inverts the defined correction values.
- return
ipart_invert_values: No help available
- set_interp(ipart_interpolation: RsSmw.enums.Interpolation) None [source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:INTerp driver.source.iq.doherty.shaping.table.set_interp(ipart_interpolation = enums.Interpolation.LINear)
Enables a linear (voltage or power) interpolation between the defined correction values.
- param ipart_interpolation
OFF| POWer| LINear POWer Linear power interpolation LINear Linear voltage interpolation
- set_invert(ipart_invert_values: bool) None [source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:[TABLe]:INVert driver.source.iq.doherty.shaping.table.set_invert(ipart_invert_values = False)
Inverts the defined correction values.
- param ipart_invert_values
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.iq.doherty.shaping.table.clone()
Subgroups