Scount

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:PENCoding
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:FRANge
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:SGACp
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:SOBW
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:SACP
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:PVTime
CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:MODulation
class ScountCls[source]

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

get_frange() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:FRANge
value: int = driver.configure.multiEval.scount.get_frange()

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: spectrum frequency range, spectrum ACP and spectrum gated ACP.

return:

statistic_count: numeric Statistic count for the measurement Range: 1 to 1000

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

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: statistical modulation, phase encoding, statistical power, and spectrum 20 dB bandwidth (occupied bandwidth) measurement.

return:

statistic_count: numeric Number of measurement intervals Range: 1 to 1000

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

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: statistical modulation, phase encoding, statistical power, and spectrum 20 dB bandwidth (occupied bandwidth) measurement.

return:

statistic_count: numeric Number of measurement intervals Range: 1 to 1000

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

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: statistical modulation, phase encoding, statistical power, and spectrum 20 dB bandwidth (occupied bandwidth) measurement.

return:

statistic_count: numeric Number of measurement intervals Range: 1 to 1000

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

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: spectrum frequency range, spectrum ACP and spectrum gated ACP.

return:

statistic_count: numeric Statistic count for the measurement Range: 1 to 1000

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

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: spectrum frequency range, spectrum ACP and spectrum gated ACP.

return:

statistic_count: numeric Statistic count for the measurement Range: 1 to 1000

get_so_bw() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:SOBW
value: int = driver.configure.multiEval.scount.get_so_bw()

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: statistical modulation, phase encoding, statistical power, and spectrum 20 dB bandwidth (occupied bandwidth) measurement.

return:

statistic_count: numeric Number of measurement intervals Range: 1 to 1000

set_frange(statistic_count: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:FRANge
driver.configure.multiEval.scount.set_frange(statistic_count = 1)

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: spectrum frequency range, spectrum ACP and spectrum gated ACP.

param statistic_count:

numeric Statistic count for the measurement Range: 1 to 1000

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

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: statistical modulation, phase encoding, statistical power, and spectrum 20 dB bandwidth (occupied bandwidth) measurement.

param statistic_count:

numeric Number of measurement intervals Range: 1 to 1000

set_pencoding(statistic_count: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:PENCoding
driver.configure.multiEval.scount.set_pencoding(statistic_count = 1)

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: statistical modulation, phase encoding, statistical power, and spectrum 20 dB bandwidth (occupied bandwidth) measurement.

param statistic_count:

numeric Number of measurement intervals Range: 1 to 1000

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

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: statistical modulation, phase encoding, statistical power, and spectrum 20 dB bandwidth (occupied bandwidth) measurement.

param statistic_count:

numeric Number of measurement intervals Range: 1 to 1000

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

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: spectrum frequency range, spectrum ACP and spectrum gated ACP.

param statistic_count:

numeric Statistic count for the measurement Range: 1 to 1000

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

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: spectrum frequency range, spectrum ACP and spectrum gated ACP.

param statistic_count:

numeric Statistic count for the measurement Range: 1 to 1000

set_so_bw(statistic_count: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:SCOunt:SOBW
driver.configure.multiEval.scount.set_so_bw(statistic_count = 1)

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The last mnemonic denotes the measurement type: statistical modulation, phase encoding, statistical power, and spectrum 20 dB bandwidth (occupied bandwidth) measurement.

param statistic_count:

numeric Number of measurement intervals Range: 1 to 1000