CdThreshold

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:MEValuation:CDTHreshold:MODulation
class CdThreshold[source]

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

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

Defines the minimum relative signal strength of the (E-) DPDCH in the WCDMA signal (if present) to be detected and evaluated.

return

threshold: numeric Range: -25 dB to 10 dB, Unit: dB

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

Defines the minimum relative signal strength of the (E-) DPDCH in the WCDMA signal (if present) to be detected and evaluated.

param threshold

numeric Range: -25 dB to 10 dB, Unit: dB