Scount

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCOunt:PVTime
CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCOunt:SACP
CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCOunt:MODulation
class ScountCls[source]

Scount commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_modulation() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCOunt:MODulation
value: int = driver.configure.hdrp.scount.get_modulation()

No command help available

return:

stat_count: No help available

get_power_vs_time() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCOunt:PVTime
value: int = driver.configure.hdrp.scount.get_power_vs_time()

No command help available

return:

stat_count: No help available

get_sacp() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCOunt:SACP
value: int = driver.configure.hdrp.scount.get_sacp()

No command help available

return:

stat_count: No help available

set_modulation(stat_count: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCOunt:MODulation
driver.configure.hdrp.scount.set_modulation(stat_count = 1)

No command help available

param stat_count:

No help available

set_power_vs_time(stat_count: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCOunt:PVTime
driver.configure.hdrp.scount.set_power_vs_time(stat_count = 1)

No command help available

param stat_count:

No help available

set_sacp(stat_count: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDRP:SCOunt:SACP
driver.configure.hdrp.scount.set_sacp(stat_count = 1)

No command help available

param stat_count:

No help available