Ssequence

SCPI Command :

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

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

class SsequenceStruct[source]

Response structure. Fields:

  • Sync_Bit_Errors: int: No parameter help available

  • Trailer_Bit_Errs: int: No parameter help available

  • Sync_Bit_Enable: bool: No parameter help available

  • Trailer_Bit_Enable: bool: No parameter help available

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

No command help available

return:

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

set(sync_bit_errors: int, trailer_bit_errs: int, sync_bit_enable: bool, trailer_bit_enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:EDRate:PENCoding:SSEQuence
driver.configure.bluetooth.measurement.multiEval.limit.edrate.pencoding.ssequence.set(sync_bit_errors = 1, trailer_bit_errs = 1, sync_bit_enable = False, trailer_bit_enable = False)

No command help available

param sync_bit_errors:

No help available

param trailer_bit_errs:

No help available

param sync_bit_enable:

No help available

param trailer_bit_enable:

No help available