Digital

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DIGital:SCOunt
CONFigure:AFRF:MEASurement<Instance>:DIGital:STANdard
CONFigure:AFRF:MEASurement<Instance>:DIGital:REPetition
CONFigure:AFRF:MEASurement<Instance>:DIGital:SCONdition
CONFigure:AFRF:MEASurement<Instance>:DIGital:CREPetition
CONFigure:AFRF:MEASurement<Instance>:DIGital:MOEXception
CONFigure:AFRF:MEASurement<Instance>:DIGital:RCOupling
CONFigure:AFRF:MEASurement<Instance>:DIGital:TOUT
class DigitalCls[source]

Digital commands group definition. 48 total commands, 8 Subgroups, 8 group commands

get_crepetition() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:CREPetition
value: bool = driver.configure.afRf.measurement.digital.get_crepetition()

Sets the repetition mode for BER measurement automatically to ‘Continuous’ if the local mode is used.

return:

continuous_repetition: OFF | ON

get_mo_exception() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:MOEXception
value: bool = driver.configure.afRf.measurement.digital.get_mo_exception()

Specifies whether measurement results that the CMA identifies as faulty or inaccurate are rejected.

return:

meas_on_exception: OFF | ON OFF Faulty results are rejected. ON Results are never rejected.

get_rcoupling() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:RCOupling
value: bool = driver.configure.afRf.measurement.digital.get_rcoupling()

Couples the repetition mode (single shot or continuous) of all measurements.

return:

repetition_coupling: OFF | ON

get_repetition() Repeat[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:REPetition
value: enums.Repeat = driver.configure.afRf.measurement.digital.get_repetition()

Selects whether the measurement is repeated continuously or not.

return:

repetition: SINGleshot | CONTinuous SINGleshot Single-shot measurement, stopped after the statistic count. CONTinuous Continuous measurement, running until explicitly terminated.

get_scondition() StopCondition[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:SCONdition
value: enums.StopCondition = driver.configure.afRf.measurement.digital.get_scondition()

Selects whether the measurement is stopped after a failed limit check or continued.

return:

stop_condition: NONE | SLFail NONE Continue measurement irrespective of the limit check. SLFail Stop measurement on limit failure.

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

Sets the number of measurement intervals per measurement cycle.

return:

statistic_count: No help available

get_standard() StandardDigital[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:STANdard
value: enums.StandardDigital = driver.configure.afRf.measurement.digital.get_standard()

Selects the digital standard of the measured signal.

return:

standard: DMR | TETRa | PTFive DMR Digital mobile radio (DMR) TETRa Terrestrial Trunked Radio (TETRA) PTFive Project 25 Phase 1, P25, APCO-P25

get_timeout() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:TOUT
value: float = driver.configure.afRf.measurement.digital.get_timeout()

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated via the graphical user interface. The timer is reset after the first measurement cycle. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped and the reliability indicator is set to 1. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

return:

tcd_timeout: Unit: s

set_crepetition(continuous_repetition: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:CREPetition
driver.configure.afRf.measurement.digital.set_crepetition(continuous_repetition = False)

Sets the repetition mode for BER measurement automatically to ‘Continuous’ if the local mode is used.

param continuous_repetition:

OFF | ON

set_mo_exception(meas_on_exception: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:MOEXception
driver.configure.afRf.measurement.digital.set_mo_exception(meas_on_exception = False)

Specifies whether measurement results that the CMA identifies as faulty or inaccurate are rejected.

param meas_on_exception:

OFF | ON OFF Faulty results are rejected. ON Results are never rejected.

set_rcoupling(repetition_coupling: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:RCOupling
driver.configure.afRf.measurement.digital.set_rcoupling(repetition_coupling = False)

Couples the repetition mode (single shot or continuous) of all measurements.

param repetition_coupling:

OFF | ON

set_repetition(repetition: Repeat) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:REPetition
driver.configure.afRf.measurement.digital.set_repetition(repetition = enums.Repeat.CONTinuous)

Selects whether the measurement is repeated continuously or not.

param repetition:

SINGleshot | CONTinuous SINGleshot Single-shot measurement, stopped after the statistic count. CONTinuous Continuous measurement, running until explicitly terminated.

set_scondition(stop_condition: StopCondition) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:SCONdition
driver.configure.afRf.measurement.digital.set_scondition(stop_condition = enums.StopCondition.NONE)

Selects whether the measurement is stopped after a failed limit check or continued.

param stop_condition:

NONE | SLFail NONE Continue measurement irrespective of the limit check. SLFail Stop measurement on limit failure.

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

Sets the number of measurement intervals per measurement cycle.

param statistic_count:

No help available

set_standard(standard: StandardDigital) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:STANdard
driver.configure.afRf.measurement.digital.set_standard(standard = enums.StandardDigital.DMR)

Selects the digital standard of the measured signal.

param standard:

DMR | TETRa | PTFive DMR Digital mobile radio (DMR) TETRa Terrestrial Trunked Radio (TETRA) PTFive Project 25 Phase 1, P25, APCO-P25

set_timeout(tcd_timeout: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:TOUT
driver.configure.afRf.measurement.digital.set_timeout(tcd_timeout = 1.0)

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated via the graphical user interface. The timer is reset after the first measurement cycle. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped and the reliability indicator is set to 1. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

param tcd_timeout:

Unit: s

Cloning the Group

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

Subgroups