RbAllocation

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:AUTO
CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:NRB
CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:SRB
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_auto() bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:AUTO
value: bool = driver.configure.nrSubMeas.multiEval.rbAllocation.get_auto()

No help available

get_nrb() int[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:NRB
value: int = driver.configure.nrSubMeas.multiEval.rbAllocation.get_nrb()

No help available

get_srb() int[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:SRB
value: int = driver.configure.nrSubMeas.multiEval.rbAllocation.get_srb()

No help available

set_auto(auto: bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:AUTO
driver.configure.nrSubMeas.multiEval.rbAllocation.set_auto(auto = False)

No help available

set_nrb(no_rb: int) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:NRB
driver.configure.nrSubMeas.multiEval.rbAllocation.set_nrb(no_rb = 1)

No help available

set_srb(start_rb: int) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:RBALlocation:SRB
driver.configure.nrSubMeas.multiEval.rbAllocation.set_srb(start_rb = 1)

No help available