Plength

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:PLENgth
class PlengthCls[source]

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

class PlengthStruct[source]

Response structure. Fields:

  • Payload_Len_Four: List[int]: No parameter help available

  • Payload_Len_Eight: List[int]: No parameter help available

get() PlengthStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:PLENgth
value: PlengthStruct = driver.configure.hdrp.inputSignal.plength.get()

No command help available

return:

structure: for return value, see the help for PlengthStruct structure arguments.

set(payload_len_four: List[int], payload_len_eight: List[int]) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:ISIGnal:PLENgth
driver.configure.hdrp.inputSignal.plength.set(payload_len_four = [1, 2, 3], payload_len_eight = [1, 2, 3])

No command help available

param payload_len_four:

No help available

param payload_len_eight:

No help available