Smode

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:EHICh:SMODe:AVERage
class Smode[source]

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

get_average()RsCmwWcdmaSig.enums.AveragingMode[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:EHICh:SMODe:AVERage
value: enums.AveragingMode = driver.configure.ehich.smode.get_average()

Specifies calculation algorithm for average statistics. Only remote command is provided. No corresponding manual setting is existing in the GUI. The setting is especially useful if ‘Repetition’ = ‘Continuous’.

return

mode: WINDow | CONTinuous WINDow: average results calculated per statistic cycle (‘Measure Frames’) CONTinuous: average results calculated since the beginning of the measurement

set_average(mode: RsCmwWcdmaSig.enums.AveragingMode)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:EHICh:SMODe:AVERage
driver.configure.ehich.smode.set_average(mode = enums.AveragingMode.CONTinuous)

Specifies calculation algorithm for average statistics. Only remote command is provided. No corresponding manual setting is existing in the GUI. The setting is especially useful if ‘Repetition’ = ‘Continuous’.

param mode

WINDow | CONTinuous WINDow: average results calculated per statistic cycle (‘Measure Frames’) CONTinuous: average results calculated since the beginning of the measurement