Pencoding

SCPI Command :

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

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

class PencodingStruct[source]

Response structure. Fields:

  • Phase_Encoding: float: No parameter help available

  • Phase_Encod_Enable: bool: No parameter help available

get() PencodingStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:EDRate:PENCoding
value: PencodingStruct = driver.configure.bluetooth.measurement.multiEval.limit.edrate.pencoding.get()

No command help available

return:

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

set(phase_encoding: float, phase_encod_enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:EDRate:PENCoding
driver.configure.bluetooth.measurement.multiEval.limit.edrate.pencoding.set(phase_encoding = 1.0, phase_encod_enable = False)

No command help available

param phase_encoding:

No help available

param phase_encod_enable:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.bluetooth.measurement.multiEval.limit.edrate.pencoding.clone()

Subgroups