Apsk16

SCPI Command :

[SOURce<HW>]:BB:DM:APSK16:GAMMa
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_gamma() DmApskGamma[source]
# [SOURce<HW>]:BB:DM:APSK16:GAMMa
value: enums.DmApskGamma = driver.source.bb.dm.apsk16.get_gamma()

Sets the gamma function Y for the 16APSK modulation.

Returns:

gamma: G2D3 | G3D4 | G4D5 | G5D6 | G8D9 | G9D10 GxDy: G = Gamma function, xy = code rate

set_gamma(gamma: DmApskGamma) None[source]
# [SOURce<HW>]:BB:DM:APSK16:GAMMa
driver.source.bb.dm.apsk16.set_gamma(gamma = enums.DmApskGamma.G2D3)

Sets the gamma function Y for the 16APSK modulation.

Parameters:

gamma – G2D3 | G3D4 | G4D5 | G5D6 | G8D9 | G9D10 GxDy: G = Gamma function, xy = code rate