Modulation

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:MODulation:DECode
class Modulation[source]

Modulation commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_decode()RsCmwGsmMeas.enums.Decode[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:MODulation:DECode
value: enums.Decode = driver.configure.multiEval.modulation.get_decode()

Defines whether the guard or tail bits are decoded.

return

decode: STANdard | GTBits STANdard: Guard and tail bits are assumed to be in line with GSM and therefore not decoded. GTBits: Guard and tail bits are also decoded.

set_decode(decode: RsCmwGsmMeas.enums.Decode)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:MODulation:DECode
driver.configure.multiEval.modulation.set_decode(decode = enums.Decode.GTBits)

Defines whether the guard or tail bits are decoded.

param decode

STANdard | GTBits STANdard: Guard and tail bits are assumed to be in line with GSM and therefore not decoded. GTBits: Guard and tail bits are also decoded.