Smodulation

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:SMODulation:OFRequence
CONFigure:GSM:MEASurement<Instance>:MEValuation:SMODulation:EARea
CONFigure:GSM:MEASurement<Instance>:MEValuation:SMODulation:TDFSelect
class Smodulation[source]

Smodulation commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

class EareaStruct[source]

Structure for reading output parameters. Fields:

  • Enable_1: bool: OFF | ON ON: Enable area 1 OFF: Disable area 1

  • Start_1: int: integer Start of evaluation area 1 Range: 0 Sym to 146 Sym, Unit: Symbol

  • Stop_1: int: integer Stop of evaluation area 1 Range: 1 Symbol to 147 Symbol, Unit: Symbol

  • Enable_2: bool: OFF | ON ON: Enable area 2 OFF: Disable area 2

  • Start_2: int: integer Start of evaluation area 2 Range: 0 Sym to 146 Sym, Unit: Symbol

  • Stop_2: int: integer Stop of evaluation area 2 Range: 1 Symbol to 147 Symbol, Unit: Symbol

get_earea()EareaStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SMODulation:EARea
value: EareaStruct = driver.configure.multiEval.smodulation.get_earea()

Defines the time intervals (evaluation areas) to be used for spectrum modulation measurements.

return

structure: for return value, see the help for EareaStruct structure arguments.

get_ofrequence()List[float][source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SMODulation:OFRequence
value: List[float or bool] = driver.configure.multiEval.smodulation.get_ofrequence()

Defines the frequency offsets to be used for spectrum modulation measurements. The offsets are defined relative to the analyzer frequency. Up to 20 offsets can be defined and enabled.

return

frequency_offset: No help available

get_tdf_select()int[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SMODulation:TDFSelect
value: int or bool = driver.configure.multiEval.smodulation.get_tdf_select()

Defines the offset frequency for the spectrum modulation time diagram. The diagram shows the measured power vs. time at the selected offset frequency. The numbers 1 to 20 select the negative frequency offsets from the frequency offsets list, numbers 21 to 40 select the positive frequency offsets.

return

nr_freq_offset: integer | ON | OFF Range: 0 to 40 Additional parameters: ON | OFF (enables | disables offset)

set_earea(value: RsCmwGsmMeas.Implementations.Configure_.MultiEval_.Smodulation.Smodulation.EareaStruct)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SMODulation:EARea
driver.configure.multiEval.smodulation.set_earea(value = EareaStruct())

Defines the time intervals (evaluation areas) to be used for spectrum modulation measurements.

param value

see the help for EareaStruct structure arguments.

set_ofrequence(frequency_offset: List[float])None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SMODulation:OFRequence
driver.configure.multiEval.smodulation.set_ofrequence(frequency_offset = [1.1, True, 2.2, False, 3.3])

Defines the frequency offsets to be used for spectrum modulation measurements. The offsets are defined relative to the analyzer frequency. Up to 20 offsets can be defined and enabled.

param frequency_offset

numeric | OFF | ON Set and enable frequency offset. Range: 0 Hz to 3 MHz, Unit: Hz Additional parameters: OFF | ON (disables / enables offset using the previous/default value)

set_tdf_select(nr_freq_offset: int)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:SMODulation:TDFSelect
driver.configure.multiEval.smodulation.set_tdf_select(nr_freq_offset = 1)

Defines the offset frequency for the spectrum modulation time diagram. The diagram shows the measured power vs. time at the selected offset frequency. The numbers 1 to 20 select the negative frequency offsets from the frequency offsets list, numbers 21 to 40 select the positive frequency offsets.

param nr_freq_offset

integer | ON | OFF Range: 0 to 40 Additional parameters: ON | OFF (enables | disables offset)