TypePy

SCPI Command :

[SENSe]:AVERage:TYPE
class TypePyCls[source]

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

get() RsFsw.enums.AverageModeD[source]
# SCPI: [SENSe]:AVERage:TYPE
value: enums.AverageModeD = driver.applications.k14Xnr5G.sense.average.typePy.get()

Selects the trace averaging mode.

return

mode: LOGarithmic The logarithmic power values are averaged. LINear The power values are averaged before they are converted to logarithmic values. POWer The power level values are converted into unit Watt prior to averaging. After the averaging, the data is converted back into its original unit.

set(mode: RsFsw.enums.AverageModeD) None[source]
# SCPI: [SENSe]:AVERage:TYPE
driver.applications.k14Xnr5G.sense.average.typePy.set(mode = enums.AverageModeD.LINear)

Selects the trace averaging mode.

param mode

LOGarithmic The logarithmic power values are averaged. LINear The power values are averaged before they are converted to logarithmic values. POWer The power level values are converted into unit Watt prior to averaging. After the averaging, the data is converted back into its original unit.