Scount

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:HDR:SCOunt:PVTime
CONFigure:BLUetooth:MEASurement<Instance>:HDR:SCOunt:SGACp
CONFigure:BLUetooth:MEASurement<Instance>:HDR:SCOunt:MODulation
CONFigure:BLUetooth:MEASurement<Instance>:HDR:SCOunt:PENCoding
class ScountCls[source]

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

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

No command help available

return:

stat_count: No help available

get_pencoding() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:SCOunt:PENCoding
value: int = driver.configure.hdr.scount.get_pencoding()

No command help available

return:

stat_count: No help available

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

No command help available

return:

stat_count: No help available

get_sgacp() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:SCOunt:SGACp
value: int = driver.configure.hdr.scount.get_sgacp()

No command help available

return:

stat_count: No help available

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

No command help available

param stat_count:

No help available

set_pencoding(stat_count: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:SCOunt:PENCoding
driver.configure.hdr.scount.set_pencoding(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>:HDR:SCOunt:PVTime
driver.configure.hdr.scount.set_power_vs_time(stat_count = 1)

No command help available

param stat_count:

No help available

set_sgacp(stat_count: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HDR:SCOunt:SGACp
driver.configure.hdr.scount.set_sgacp(stat_count = 1)

No command help available

param stat_count:

No help available