Daverage

SCPI Commands

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:DAVerage:DF2S
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:DAVerage
class Daverage[source]

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

class Df2SStruct[source]

Structure for reading output parameters. Fields:

  • Freq_Dev_F_2_Lower: float: numeric Range: 0 Hz to 500 kHz

  • Freq_Dev_F_2_Upper: float: numeric Range: 0 Hz to 500 kHz

  • Freq_Dev_F_2_Enable: List[bool]: OFF | ON Disable or enable limits for current, average, maximum, and minimum results (4 values)

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Freq_Dev_F_1_Lower: float: numeric Range: 0 Hz to 500 kHz

  • Freq_Dev_F_1_Upper: float: numeric Range: 0 Hz to 500 kHz

  • Freq_Dev_F_1_Enable: List[bool]: OFF | ON Disable or enable limits for current, average, maximum, and minimum results (4 values)

get_df_2_s()Df2SStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:DAVerage:DF2S
value: Df2SStruct = driver.configure.multiEval.limit.lowEnergy.daverage.get_df_2_s()

Defines the lower and upper Δf2 frequency deviation limits for uncoded LE 1M PHY. The mnemonics DAVerage, DMINimum, DMAXimum distinguish average, minimum and maximum frequency deviations.

return

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

get_value()ValueStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:DAVerage
value: ValueStruct = driver.configure.multiEval.limit.lowEnergy.daverage.get_value()

Defines the lower and upper Δf1 frequency deviation limits for LE 1M PHY. The mnemonics DAVerage, DMINimum, DMAXimum distinguish average, minimum and maximum frequency deviations.

return

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

set_df_2_s(value: RsCmwBluetoothMeas.Implementations.Configure_.MultiEval_.Limit_.LowEnergy_.Daverage.Daverage.Df2SStruct)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:DAVerage:DF2S
driver.configure.multiEval.limit.lowEnergy.daverage.set_df_2_s(value = Df2SStruct())

Defines the lower and upper Δf2 frequency deviation limits for uncoded LE 1M PHY. The mnemonics DAVerage, DMINimum, DMAXimum distinguish average, minimum and maximum frequency deviations.

param value

see the help for Df2SStruct structure arguments.

set_value(value: RsCmwBluetoothMeas.Implementations.Configure_.MultiEval_.Limit_.LowEnergy_.Daverage.Daverage.ValueStruct)None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:LENergy:DAVerage
driver.configure.multiEval.limit.lowEnergy.daverage.set_value(value = ValueStruct())

Defines the lower and upper Δf1 frequency deviation limits for LE 1M PHY. The mnemonics DAVerage, DMINimum, DMAXimum distinguish average, minimum and maximum frequency deviations.

param value

see the help for ValueStruct structure arguments.