PhrRate

SCPI Command :

CONFigure:UWB:MEASurement<Instance>:MEValuation:PHRRate<Record>
class PhrRateCls[source]

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

get(record=Record.Nr1) PhrDataRate[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:PHRRate<Record>
value: enums.PhrDataRate = driver.configure.uwbMeas.multiEval.phrRate.get(record = repcap.Record.Nr1)

Specifies the data rate of the PHY header (PHR) or selects the type of signal if there is no PHR.

param record:

optional repeated capability selector. Default value: Nr1

return:

phr_data_rate: DRMD: 110 kb/s or 850 kb/s (DRMDR) DRLP: 850 kb/s (DRBM_LP) DRHP: 6.8 Mb/s (DRBM_HP) RHML: 3.9 Mb/s or 7.8 Mb/s (DRHM_LR) RHMH: 15.6 Mb/s or 31.2 Mb/s (DRHM_HR) SYNC: PPDU with SYNC field only (SYNC_ONLY) RSF: ranging sequence fragment IGN: ignore selected PPDU SYFD: PPDU with SYNC and SFD fields only (SYNC_SFD) NBANd: narrowband signal

set(phr_data_rate: PhrDataRate, record=Record.Nr1) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:PHRRate<Record>
driver.configure.uwbMeas.multiEval.phrRate.set(phr_data_rate = enums.PhrDataRate.DRHP, record = repcap.Record.Nr1)

Specifies the data rate of the PHY header (PHR) or selects the type of signal if there is no PHR.

param phr_data_rate:

DRMD: 110 kb/s or 850 kb/s (DRMDR) DRLP: 850 kb/s (DRBM_LP) DRHP: 6.8 Mb/s (DRBM_HP) RHML: 3.9 Mb/s or 7.8 Mb/s (DRHM_LR) RHMH: 15.6 Mb/s or 31.2 Mb/s (DRHM_HR) SYNC: PPDU with SYNC field only (SYNC_ONLY) RSF: ranging sequence fragment IGN: ignore selected PPDU SYFD: PPDU with SYNC and SFD fields only (SYNC_SFD) NBANd: narrowband signal

param record:

optional repeated capability selector. Default value: Nr1