Sscalar

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:MEValuation:SSCalar:MODulation
class SscalarCls[source]

Sscalar commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

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

return:

slot_number: No help available

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

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

param slot_number:

No help available