Nrpm

SCPI Commands :

CONFigure:GPRF:MEASurement<Instance>:NRPM:SCOunt
CONFigure:GPRF:MEASurement<Instance>:NRPM:REPetition
CONFigure:GPRF:MEASurement<Instance>:NRPM:TOUT
class NrpmCls[source]

Nrpm commands group definition. 4 total commands, 1 Subgroups, 3 group commands

get_repetition() Repeat[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:NRPM:REPetition
value: enums.Repeat = driver.configure.nrpm.get_repetition()

No command help available

return:

repetition: No help available

get_scount() int[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:NRPM:SCOunt
value: int = driver.configure.nrpm.get_scount()

No command help available

return:

statistic_count: No help available

get_timeout() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:NRPM:TOUT
value: float = driver.configure.nrpm.get_timeout()

No command help available

return:

tcd_timeout: No help available

set_repetition(repetition: Repeat) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:NRPM:REPetition
driver.configure.nrpm.set_repetition(repetition = enums.Repeat.CONTinuous)

No command help available

param repetition:

No help available

set_scount(statistic_count: int) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:NRPM:SCOunt
driver.configure.nrpm.set_scount(statistic_count = 1)

No command help available

param statistic_count:

No help available

set_timeout(tcd_timeout: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:NRPM:TOUT
driver.configure.nrpm.set_timeout(tcd_timeout = 1.0)

No command help available

param tcd_timeout:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrpm.clone()

Subgroups