Nrb

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:NRB:PSCCh
CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:NRB:PSSCh
CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:NRB
class NrbCls[source]

Nrb commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_pscch() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:NRB:PSCCh
value: int = driver.configure.lteMeas.multiEval.rbAllocation.nrb.get_pscch()

Specifies the number of allocated RBs for the PSCCH in the measured slot. For manual RB allocation definition, for sidelink signals.

return:

no_rb: The value is fixed.

get_pssch() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:NRB:PSSCh
value: int = driver.configure.lteMeas.multiEval.rbAllocation.nrb.get_pssch()

Specifies the number of allocated RBs for the PSSCH in the measured slot. For manual RB allocation definition, for sidelink signals.

return:

no_rb: For the allowed input range, see ‘Sidelink resource block allocation’.

get_value() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:NRB
value: int = driver.configure.lteMeas.multiEval.rbAllocation.nrb.get_value()

Specifies the number of allocated RBs in the measured slot. For manual RB allocation definition, for uplink signals without multi-cluster allocation.

return:

no_rb: For the allowed input range, see ‘Uplink resource block allocation’.

set_pscch(no_rb: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:NRB:PSCCh
driver.configure.lteMeas.multiEval.rbAllocation.nrb.set_pscch(no_rb = 1)

Specifies the number of allocated RBs for the PSCCH in the measured slot. For manual RB allocation definition, for sidelink signals.

param no_rb:

The value is fixed.

set_pssch(no_rb: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:NRB:PSSCh
driver.configure.lteMeas.multiEval.rbAllocation.nrb.set_pssch(no_rb = 1)

Specifies the number of allocated RBs for the PSSCH in the measured slot. For manual RB allocation definition, for sidelink signals.

param no_rb:

For the allowed input range, see ‘Sidelink resource block allocation’.

set_value(no_rb: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:NRB
driver.configure.lteMeas.multiEval.rbAllocation.nrb.set_value(no_rb = 1)

Specifies the number of allocated RBs in the measured slot. For manual RB allocation definition, for uplink signals without multi-cluster allocation.

param no_rb:

For the allowed input range, see ‘Uplink resource block allocation’.