Gsm

SCPI Command :

CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit:ACLR:GSM
class GsmCls[source]

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

class GsmStruct[source]

Response structure. Fields:

  • Relative_Level: float or bool: No parameter help available

  • Absolute_Level: float or bool: No parameter help available

get() GsmStruct[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit:ACLR:GSM
value: GsmStruct = driver.configure.niotMeas.multiEval.limit.aclr.gsm.get()

Defines a relative and absolute limit for the ACLR measured in the adjacent GSM channel.

return:

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

set(relative_level: float, absolute_level: float) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit:ACLR:GSM
driver.configure.niotMeas.multiEval.limit.aclr.gsm.set(relative_level = 1.0, absolute_level = 1.0)

Defines a relative and absolute limit for the ACLR measured in the adjacent GSM channel.

param relative_level:

(float or boolean) No help available

param absolute_level:

(float or boolean) No help available