Pencoding

SCPI Command :

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

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

class PencodingStruct[source]

Response structure. Fields:

  • Sync_Bit_Upper: int: No parameter help available

  • Trailer_Bit_Upper: int: No parameter help available

  • Sync_Bit_Enable: bool: No parameter help available

  • Trailer_Bit_Enable: bool: No parameter help available

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

No command help available

return:

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

set(sync_bit_upper: int, trailer_bit_upper: int, sync_bit_enable: bool, trailer_bit_enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:BHRate:LIMit:PENCoding
driver.configure.bluetooth.measurement.bhRate.limit.pencoding.set(sync_bit_upper = 1, trailer_bit_upper = 1, sync_bit_enable = False, trailer_bit_enable = False)

No command help available

param sync_bit_upper:

No help available

param trailer_bit_upper:

No help available

param sync_bit_enable:

No help available

param trailer_bit_enable:

No help available