EvMagnitude

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:PRACh:LIMit:EVMagnitude
class EvMagnitudeCls[source]

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

class EvMagnitudeStruct[source]

Response structure. Fields:

  • 1 Rms: float | bool: numeric | ON | OFF Range: 0 % to 100 %, Unit: % ON | OFF enables or disables the limit check.

  • 2 Peak: float | bool: numeric | ON | OFF Range: 0 % to 100 %, Unit: % ON | OFF enables or disables the limit check.

get() EvMagnitudeStruct[source]

CONFigure:LTE:MEASurement<Instance>:PRACh:LIMit:EVMagnitude

Snippet: value: EvMagnitudeStruct = driver.configure.prach.limit.evMagnitude.get()

Defines upper limits for the RMS and peak values of the error vector magnitude (EVM) .

return:

structure: for return value, see the help for EvMagnitudeStruct structure arguments.

set(rms: float | bool, peak: float | bool) None[source]

CONFigure:LTE:MEASurement<Instance>:PRACh:LIMit:EVMagnitude

Snippet: driver.configure.prach.limit.evMagnitude.set(rms = 1.0, peak = 1.0)

Defines upper limits for the RMS and peak values of the error vector magnitude (EVM) .

param rms:

(float or boolean) numeric | ON | OFF Range: 0 % to 100 %, Unit: % ON | OFF enables or disables the limit check.

param peak:

(float or boolean) numeric | ON | OFF Range: 0 % to 100 %, Unit: % ON | OFF enables or disables the limit check.