Pencoding

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:HDR:LIMit:PENCoding
class PencodingCls[source]

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

class PencodingStruct[source]

Response structure. Fields:

  • Phase_Limit: float: No parameter help available

  • Phase_Enable: bool: No parameter help available

get() PencodingStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:LIMit:PENCoding
value: PencodingStruct = driver.configure.hdr.limit.pencoding.get()

No command help available

return:

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

set(phase_limit: float, phase_enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:LIMit:PENCoding
driver.configure.hdr.limit.pencoding.set(phase_limit = 1.0, phase_enable = False)

No command help available

param phase_limit:

No help available

param phase_enable:

No help available