PpLength

SCPI Command :

CONFigure:UWB:MEASurement<Instance>:MEValuation:PPLength<Record>
class PpLengthCls[source]

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

get(record=Record.Nr1) int[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:PPLength<Record>
value: int = driver.configure.uwbMeas.multiEval.ppLength.get(record = repcap.Record.Nr1)

Specifies the bit length of the PHR payload length field. This setting is only relevant in HPRF mode (RHML or RHMH set via CONFigure:UWB:MEAS<i>:MEValuation:PHRRate<Record> ) .

param record:

optional repeated capability selector. Default value: Nr1

return:

phr_payload_len: No help available

set(phr_payload_len: int, record=Record.Nr1) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:PPLength<Record>
driver.configure.uwbMeas.multiEval.ppLength.set(phr_payload_len = 1, record = repcap.Record.Nr1)

Specifies the bit length of the PHR payload length field. This setting is only relevant in HPRF mode (RHML or RHMH set via CONFigure:UWB:MEAS<i>:MEValuation:PHRRate<Record> ) .

param phr_payload_len:

No help available

param record:

optional repeated capability selector. Default value: Nr1