Table

SCPI Commands :

[SOURce<HW>]:IQ:DPD:SHAPing:TABLe:INTerp
[SOURce<HW>]:IQ:DPD: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:DPD:SHAPing:TABLe:INTerp
value: enums.Interpolation = driver.source.iq.dpd.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:DPD:SHAPing:[TABLe]:INVert
value: bool = driver.source.iq.dpd.shaping.table.get_invert()

Inverts the defined correction values.

return

ipart_invert_values: No help available

set_interp(ipart_interpolation: RsSmbv.enums.Interpolation) None[source]
# SCPI: [SOURce<HW>]:IQ:DPD:SHAPing:TABLe:INTerp
driver.source.iq.dpd.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:DPD:SHAPing:[TABLe]:INVert
driver.source.iq.dpd.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.dpd.shaping.table.clone()

Subgroups