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: numeric Upper limit for sync bit errors. Range: 0 to 1000

  • Trailer_Bit_Errs: int: numeric Upper limit for trailer bit errors. Range: 0 to 1000

  • Sync_Bit_Enable: bool: OFF | ON Disable or enable the limit check.

  • Trailer_Bit_Enable: bool: OFF | ON Disable or enable the limit check.

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

Defines the limit for the differential phase encoding measurement in combined signal path.

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.multiEval.limit.edrate.pencoding.ssequence.set(sync_bit_errors = 1, trailer_bit_errs = 1, sync_bit_enable = False, trailer_bit_enable = False)

Defines the limit for the differential phase encoding measurement in combined signal path.

param sync_bit_errors:

numeric Upper limit for sync bit errors. Range: 0 to 1000

param trailer_bit_errs:

numeric Upper limit for trailer bit errors. Range: 0 to 1000

param sync_bit_enable:

OFF | ON Disable or enable the limit check.

param trailer_bit_enable:

OFF | ON Disable or enable the limit check.