NbPosition

SCPI Commands :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:RMC:EMTC:NBPosition:UL
CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:RMC:EMTC:NBPosition:DL
class NbPositionCls[source]

NbPosition commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_downlink() DownlinkNarrowBandPosition[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:RMC:EMTC:NBPosition:DL
value: enums.DownlinkNarrowBandPosition = driver.configure.connection.pcc.rmc.emtc.nbPosition.get_downlink()

Selects the lowest used narrowband for an eMTC DL RMC. Depending on other settings, only a subset of the listed values is allowed, see ‘Scheduling type RMC for eMTC’.

return:

position: LOW | MID | HIGH | GPP3

get_uplink() UplinkNarrowBandPosition[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:RMC:EMTC:NBPosition:UL
value: enums.UplinkNarrowBandPosition = driver.configure.connection.pcc.rmc.emtc.nbPosition.get_uplink()

Selects the lowest used narrowband for an eMTC UL RMC. Depending on other settings, only a subset of the listed values is allowed, see ‘Scheduling type RMC for eMTC’.

return:

position: LOW | HIGH | NB1 | NB2 | NB3 | NB4 | NB5 | NB6 | NB7 | NB8 | NB9 | NB10 | NB11 | NB12 | NB13 | NB14 LOW: NB0 HIGH: highest NB within the cell bandwidth

set_downlink(position: DownlinkNarrowBandPosition) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:RMC:EMTC:NBPosition:DL
driver.configure.connection.pcc.rmc.emtc.nbPosition.set_downlink(position = enums.DownlinkNarrowBandPosition.GPP3)

Selects the lowest used narrowband for an eMTC DL RMC. Depending on other settings, only a subset of the listed values is allowed, see ‘Scheduling type RMC for eMTC’.

param position:

LOW | MID | HIGH | GPP3

set_uplink(position: UplinkNarrowBandPosition) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:RMC:EMTC:NBPosition:UL
driver.configure.connection.pcc.rmc.emtc.nbPosition.set_uplink(position = enums.UplinkNarrowBandPosition.HIGH)

Selects the lowest used narrowband for an eMTC UL RMC. Depending on other settings, only a subset of the listed values is allowed, see ‘Scheduling type RMC for eMTC’.

param position:

LOW | HIGH | NB1 | NB2 | NB3 | NB4 | NB5 | NB6 | NB7 | NB8 | NB9 | NB10 | NB11 | NB12 | NB13 | NB14 LOW: NB0 HIGH: highest NB within the cell bandwidth