Qpsk

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:QPSK:FERRor
class QpskCls[source]

Qpsk commands group definition. 8 total commands, 6 Subgroups, 1 group commands

get_freq_error() float[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:QPSK:FERRor
value: float or bool = driver.configure.nrMmwMeas.multiEval.limit.qpsk.get_freq_error()

Defines an upper limit for the carrier frequency error (QPSK modulation) .

return:

frequency_error: (float or boolean) No help available

set_freq_error(frequency_error: float) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:LIMit:QPSK:FERRor
driver.configure.nrMmwMeas.multiEval.limit.qpsk.set_freq_error(frequency_error = 1.0)

Defines an upper limit for the carrier frequency error (QPSK modulation) .

param frequency_error:

(float or boolean) No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrMmwMeas.multiEval.limit.qpsk.clone()

Subgroups