Sacp

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:QHSL:SACP
class SacpCls[source]

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

class SacpStruct[source]

Response structure. Fields:

  • Ptx_Limit: float: No parameter help available

  • Exc_Ptx_Limit: float: No parameter help available

  • No_Of_Ex_Limit: int: No parameter help available

  • Ptx_Enable: bool: No parameter help available

  • No_Of_Exc_Enable: bool: No parameter help available

get() SacpStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:QHSL:SACP
value: SacpStruct = driver.configure.multiEval.limit.qhsl.sacp.get()

No command help available

return:

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

set(ptx_limit: float, exc_ptx_limit: float, no_of_ex_limit: int, ptx_enable: bool, no_of_exc_enable: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIMit:QHSL:SACP
driver.configure.multiEval.limit.qhsl.sacp.set(ptx_limit = 1.0, exc_ptx_limit = 1.0, no_of_ex_limit = 1, ptx_enable = False, no_of_exc_enable = False)

No command help available

param ptx_limit:

No help available

param exc_ptx_limit:

No help available

param no_of_ex_limit:

No help available

param ptx_enable:

No help available

param no_of_exc_enable:

No help available