PhrRate
SCPI Command :
[SENSe]:DEMod:PHRRate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PhrRate[source]
# [SENSe]:DEMod:PHRRate value: enums.PhrRate = driver.applications.k149Uwb.sense.demod.phrRate.get()
Selects PHY Mode/Rate modes.
- Returns:
phr_rate: BMLP | BMHP | HMLR | HMHR
- set(phr_rate: PhrRate) None[source]
# [SENSe]:DEMod:PHRRate driver.applications.k149Uwb.sense.demod.phrRate.set(phr_rate = enums.PhrRate.BMHP)
Selects PHY Mode/Rate modes.
- Parameters:
phr_rate – BMLP | BMHP | HMLR | HMHR