RbAllocation
SCPI Command :
CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:AUTO
- class RbAllocationCls[source]
RbAllocation commands group definition. 10 total commands, 3 Subgroups, 1 group commands
- get_auto() bool[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:AUTO
Snippet: value: bool = driver.configure.lteMeas.multiEval.rbAllocation.get_auto()
Enables or disables the automatic detection of the RB configuration.
- return:
auto: OFF: manual definition ON: automatic detection
- set_auto(auto: bool) None[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:AUTO
Snippet: driver.configure.lteMeas.multiEval.rbAllocation.set_auto(auto = False)
Enables or disables the automatic detection of the RB configuration.
- param auto:
OFF: manual definition ON: automatic detection
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.lteMeas.multiEval.rbAllocation.clone()
Subgroups