Utra

SCPI Command :

CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIMit:ACLR:UTRA
class UtraCls[source]

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

class UtraStruct[source]

Response structure. Fields:

  • Relative_Level: float or bool: No parameter help available

  • Absolute_Level: float or bool: No parameter help available

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

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

return:

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

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

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

param relative_level:

(float or boolean) No help available

param absolute_level:

(float or boolean) No help available