Range

SCPI Command :

[SENSe]:EVALuation:STATistics:RANGe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() StaticsticsRange[source]
# [SENSe]:EVALuation:STATistics:RANGe
value: enums.StaticsticsRange = driver.applications.k149Uwb.sense.evaluation.statistics.range.get()

Sets the type of range used for evaluating packets.

Returns:

staticstics_range: CAPTure | COUNt

set(staticstics_range: StaticsticsRange) None[source]
# [SENSe]:EVALuation:STATistics:RANGe
driver.applications.k149Uwb.sense.evaluation.statistics.range.set(staticstics_range = enums.StaticsticsRange.CAPTure)

Sets the type of range used for evaluating packets.

Parameters:

staticstics_range – CAPTure | COUNt