Sscalar

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:MEValuation:SSCalar:MODulation
class Sscalar[source]

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

get_modulation()float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:SSCalar:MODulation
value: float = driver.configure.multiEval.sscalar.get_modulation()

Selects a particular slot or half-slot within the measurement length where the R&S CMW evaluates the statistical measurement results for multislot measurements. The slot number must be smaller than the number of measured slots (see method RsCmwWcdmaMeas.Configure.MultiEval.msCount) .

return

slot_number: numeric Range: 0 to 119.5

set_modulation(slot_number: float)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:SSCalar:MODulation
driver.configure.multiEval.sscalar.set_modulation(slot_number = 1.0)

Selects a particular slot or half-slot within the measurement length where the R&S CMW evaluates the statistical measurement results for multislot measurements. The slot number must be smaller than the number of measured slots (see method RsCmwWcdmaMeas.Configure.MultiEval.msCount) .

param slot_number

numeric Range: 0 to 119.5