Orb

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:ORB:PSCCh
CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:ORB:PSSCh
CONFigure:LTE:MEASurement<Instance>:MEValuation:RBALlocation:ORB
class OrbCls[source]

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

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

Specifies the offset of the first allocated PSCCH resource block for manual RB allocation definition, for sidelink signals.

return:

offset_rb: For the maximum number of RBs depending on the channel BW, see ‘Uplink resource block allocation’.

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

Specifies the offset of the first allocated PSSCH resource block for manual RB allocation definition, for sidelink signals.

return:

offset_rb: The range depends on the OffsetRB for the PSCCH, the channel BW and the number of allocated PSSCH RBs, see ‘Sidelink resource block allocation’.

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

Specifies the offset of the first allocated resource block for manual RB allocation definition, for uplink signals without multi-cluster allocation.

return:

offset_rb: For the maximum number of RBs depending on the channel BW, see ‘Uplink resource block allocation’.

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

Specifies the offset of the first allocated PSCCH resource block for manual RB allocation definition, for sidelink signals.

param offset_rb:

For the maximum number of RBs depending on the channel BW, see ‘Uplink resource block allocation’.

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

Specifies the offset of the first allocated PSSCH resource block for manual RB allocation definition, for sidelink signals.

param offset_rb:

The range depends on the OffsetRB for the PSCCH, the channel BW and the number of allocated PSSCH RBs, see ‘Sidelink resource block allocation’.

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

Specifies the offset of the first allocated resource block for manual RB allocation definition, for uplink signals without multi-cluster allocation.

param offset_rb:

For the maximum number of RBs depending on the channel BW, see ‘Uplink resource block allocation’.