Mode

SCPI Command :

[SENSe]:DEMod:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() UwbDemodMode[source]
# [SENSe]:DEMod:MODE
value: enums.UwbDemodMode = driver.applications.k149Uwb.sense.demod.mode.get()

Defines the demodulation mode (the demodulation standard) .

Returns:

mode: HRP | BPRF | HPRF

set(mode: UwbDemodMode) None[source]
# [SENSe]:DEMod:MODE
driver.applications.k149Uwb.sense.demod.mode.set(mode = enums.UwbDemodMode.BPRF)

Defines the demodulation mode (the demodulation standard) .

Parameters:

mode – HRP | BPRF | HPRF