AfFft

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:MEValuation:AFFFt:SCOunt
class AfFftCls[source]

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

get_scount() int[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:AFFFt:SCOunt
value: int = driver.configure.afRf.measurement.multiEval.afFft.get_scount()

Specifies the number of measurement intervals per measurement cycle for the AF spectrum diagram. One measurement interval delivers a single ‘Current’ trace.

return:

statistic_count: Range: 1 to 1000

set_scount(statistic_count: int) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:MEValuation:AFFFt:SCOunt
driver.configure.afRf.measurement.multiEval.afFft.set_scount(statistic_count = 1)

Specifies the number of measurement intervals per measurement cycle for the AF spectrum diagram. One measurement interval delivers a single ‘Current’ trace.

param statistic_count:

Range: 1 to 1000