Pencoding

SCPI Commands

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

Pencoding commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class SsequenceStruct[source]

Structure for reading output parameters. 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.

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Phase_Encoding: float: numeric Lower limit as percentage of received fault free packets. Range: 0 to 1

  • Phase_Encod_Enable: bool: OFF | ON Disable or enable limit check for the phase encoding.

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

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.

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

Defines the limit for the phase encoding measurement.

return

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

set_ssequence(value: RsCmwBluetoothMeas.Implementations.Configure_.MultiEval_.Limit_.Edrate_.Pencoding.Pencoding.SsequenceStruct)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:EDRate:PENCoding:SSEQuence
driver.configure.multiEval.limit.edrate.pencoding.set_ssequence(value = SsequenceStruct())

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

param value

see the help for SsequenceStruct structure arguments.

set_value(value: RsCmwBluetoothMeas.Implementations.Configure_.MultiEval_.Limit_.Edrate_.Pencoding.Pencoding.ValueStruct)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:EDRate:PENCoding
driver.configure.multiEval.limit.edrate.pencoding.set_value(value = ValueStruct())

Defines the limit for the phase encoding measurement.

param value

see the help for ValueStruct structure arguments.