Acp

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:ACP:MOEXception
CONFigure:GPRF:MEASurement<Instance>:ACP:STANdard
CONFigure:GPRF:MEASurement<Instance>:ACP:TOUT
CONFigure:GPRF:MEASurement<Instance>:ACP:REPetition
CONFigure:GPRF:MEASurement<Instance>:ACP:RCOupling
CONFigure:GPRF:MEASurement<Instance>:ACP:SCOunt
CONFigure:GPRF:MEASurement<Instance>:ACP:CSPace
CONFigure:GPRF:MEASurement<Instance>:ACP:MBWidth
CONFigure:GPRF:MEASurement<Instance>:ACP:OFFSet
class AcpCls[source]

Acp commands group definition. 16 total commands, 3 Subgroups, 9 group commands

get_cspace() int[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:CSPace
value: int = driver.configure.gprfMeasurement.acp.get_cspace()

Defines the channel spacing, that is the center frequency difference of two adjacent channels.

return:

channel_space: Range: 100 Hz to 4 MHz, Unit: Hz

get_mbwidth() List[int][source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:MBWidth
value: List[int] = driver.configure.gprfMeasurement.acp.get_mbwidth()

Defines the width of the measurement filter used to measure the channel power. The maximum allowed value is limited by the channel spacing, see method RsCma.Configure.GprfMeasurement.Acp.cspace.

return:

meas_band_width: Range: 100 Hz to ChannelSpace, Unit: Hz

get_mo_exception() bool[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:MOEXception
value: bool = driver.configure.gprfMeasurement.acp.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_offset() AcpOffset[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:OFFSet
value: enums.AcpOffset = driver.configure.gprfMeasurement.acp.get_offset()

Specifies an offset, moving the designated channel center frequency relative to the RF carrier center frequency.

return:

offset: NONE | USB | LSB NONE No offset, for example for FM, PM, AM USB Positive offset, for USB modulation LSB Negative offset, for LSB modulation

get_rcoupling() bool[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:RCOupling
value: bool = driver.configure.gprfMeasurement.acp.get_rcoupling()

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

return:

repetition_coupl: OFF | ON

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

Selects whether the measurement is repeated continuously or not.

return:

repetition: SINGleshot | CONTinuous SINGleshot Single-shot measurement, stopped after one measurement cycle CONTinuous Continuous measurement, running until explicitly terminated

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

Specifies the number of measurement intervals per measurement cycle. One measurement interval delivers one set of ‘Current’ results.

return:

statistic_count: Range: 1 to 1000

get_standard() StandardB[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:STANdard
value: enums.StandardB = driver.configure.gprfMeasurement.acp.get_standard()

Selects the digital standard of the measured signal.

return:

standard: DMR | DPMR | NXDN | P25 | TETRa | LTE | CUSTom

get_timeout() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:TOUT
value: float = driver.configure.gprfMeasurement.acp.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_cspace(channel_space: int) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:CSPace
driver.configure.gprfMeasurement.acp.set_cspace(channel_space = 1)

Defines the channel spacing, that is the center frequency difference of two adjacent channels.

param channel_space:

Range: 100 Hz to 4 MHz, Unit: Hz

set_mbwidth(meas_band_width: List[int]) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:MBWidth
driver.configure.gprfMeasurement.acp.set_mbwidth(meas_band_width = [1, 2, 3])

Defines the width of the measurement filter used to measure the channel power. The maximum allowed value is limited by the channel spacing, see method RsCma.Configure.GprfMeasurement.Acp.cspace.

param meas_band_width:

Range: 100 Hz to ChannelSpace, Unit: Hz

set_mo_exception(meas_on_exception: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:MOEXception
driver.configure.gprfMeasurement.acp.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_offset(offset: AcpOffset) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:OFFSet
driver.configure.gprfMeasurement.acp.set_offset(offset = enums.AcpOffset.LSB)

Specifies an offset, moving the designated channel center frequency relative to the RF carrier center frequency.

param offset:

NONE | USB | LSB NONE No offset, for example for FM, PM, AM USB Positive offset, for USB modulation LSB Negative offset, for LSB modulation

set_rcoupling(repetition_coupl: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:RCOupling
driver.configure.gprfMeasurement.acp.set_rcoupling(repetition_coupl = False)

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

param repetition_coupl:

OFF | ON

set_repetition(repetition: Repeat) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:REPetition
driver.configure.gprfMeasurement.acp.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 one measurement cycle CONTinuous Continuous measurement, running until explicitly terminated

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

Specifies the number of measurement intervals per measurement cycle. One measurement interval delivers one set of ‘Current’ results.

param statistic_count:

Range: 1 to 1000

set_standard(standard: StandardB) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:STANdard
driver.configure.gprfMeasurement.acp.set_standard(standard = enums.StandardB.CUSTom)

Selects the digital standard of the measured signal.

param standard:

DMR | DPMR | NXDN | P25 | TETRa | LTE | CUSTom

set_timeout(tcd_timeout: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:TOUT
driver.configure.gprfMeasurement.acp.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.gprfMeasurement.acp.clone()

Subgroups