RbAllocation
SCPI Commands :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:AUTO
CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:NRB
CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:SRB
- class RbAllocationCls[source]
RbAllocation commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_auto() bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:AUTO value: bool = driver.configure.nrSubMeas.multiEval.rbAllocation.get_auto()
No command help available
- return:
auto: No help available
- get_nrb() int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:NRB value: int = driver.configure.nrSubMeas.multiEval.rbAllocation.get_nrb()
No command help available
- return:
no_rb: No help available
- get_srb() int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:SRB value: int = driver.configure.nrSubMeas.multiEval.rbAllocation.get_srb()
No command help available
- return:
start_rb: No help available
- set_auto(auto: bool) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:AUTO driver.configure.nrSubMeas.multiEval.rbAllocation.set_auto(auto = False)
No command help available
- param auto:
No help available
- set_nrb(no_rb: int) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:NRB driver.configure.nrSubMeas.multiEval.rbAllocation.set_nrb(no_rb = 1)
No command help available
- param no_rb:
No help available
- set_srb(start_rb: int) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:SRB driver.configure.nrSubMeas.multiEval.rbAllocation.set_srb(start_rb = 1)
No command help available
- param start_rb:
No help available