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() RsSmbv.enums.Interpolation [source]
# SCPI: [SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:INTerp value: enums.Interpolation = driver.source.iq.doherty.shaping.table.get_interp()
No command help available
- 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()
No command help available
- return
ipart_invert_values: No help available
- set_interp(ipart_interpolation: RsSmbv.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)
No command help available
- param ipart_interpolation
No help available
- 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)
No command help available
- param ipart_invert_values
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.iq.doherty.shaping.table.clone()
Subgroups