Table

SCPI Commands :

[SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:INTerp
[SOURce<HW>]:IQ:DOHerty:SHAPing:[TABLe]:INVert
Commands in total: 10
Subgroups: 2
Direct child commands: 2
get_interp() Interpolation[source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:INTerp
value: enums.Interpolation = driver.source.iq.doherty.shaping.table.get_interp()

No help available

get_invert() bool[source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:[TABLe]:INVert
value: bool = driver.source.iq.doherty.shaping.table.get_invert()

No help available

set_interp(ipart_interpolation: Interpolation) None[source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:TABLe:INTerp
driver.source.iq.doherty.shaping.table.set_interp(ipart_interpolation = enums.Interpolation.LINear)

No help available

set_invert(ipart_invert_values: bool) None[source]
# [SOURce<HW>]:IQ:DOHerty:SHAPing:[TABLe]:INVert
driver.source.iq.doherty.shaping.table.set_invert(ipart_invert_values = False)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
table_copy = driver.source.iq.doherty.shaping.table.clone()

Subgroups