Apsk32
SCPI Command :
[SOURce<HW>]:BB:DM:APSK32:GAMMa
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_gamma() DmApskGamma1[source]
# [SOURce<HW>]:BB:DM:APSK32:GAMMa value: enums.DmApskGamma1 = driver.source.bb.dm.apsk32.get_gamma()
Sets the gamma function Y for the 32APSK modulation.
- Returns:
gamma: G3D4 | G4D5 | G5D6 | G8D9 | G9D10 GxDy: G = Gamma function, xy = code rate
- set_gamma(gamma: DmApskGamma1) None[source]
# [SOURce<HW>]:BB:DM:APSK32:GAMMa driver.source.bb.dm.apsk32.set_gamma(gamma = enums.DmApskGamma1.G3D4)
Sets the gamma function Y for the 32APSK modulation.
- Parameters:
gamma – G3D4 | G4D5 | G5D6 | G8D9 | G9D10 GxDy: G = Gamma function, xy = code rate