Emtc

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:EMTC:ENABle
CONFigure:LTE:MEASurement<instance>:EMTC:MB<number>
CONFigure:LTE:MEASurement<Instance>:EMTC:NBANd
class EmtcCls[source]

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

get_enable() bool[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:EMTC:ENABle
value: bool = driver.configure.lteMeas.emtc.get_enable()

Enables or disables eMTC. For Signal Path = Network, the setting is not configurable.

return:

enable: No help available

get_mb() bool[source]
# SCPI: CONFigure:LTE:MEASurement<instance>:EMTC:MB<number>
value: bool = driver.configure.lteMeas.emtc.get_mb()

Selects the maximum eMTC bandwidth.

return:

enable: OFF: Max bandwidth 1.4 MHz ON: Max bandwidth 5 MHz

get_nband() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:EMTC:NBANd
value: int = driver.configure.lteMeas.emtc.get_nband()

Selects the narrowband used for eMTC.

return:

number: The maximum depends on the channel BW, see ‘RB allocation, narrowbands and widebands for eMTC’.

set_enable(enable: bool) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:EMTC:ENABle
driver.configure.lteMeas.emtc.set_enable(enable = False)

Enables or disables eMTC. For Signal Path = Network, the setting is not configurable.

param enable:

No help available

set_mb(enable: bool) None[source]
# SCPI: CONFigure:LTE:MEASurement<instance>:EMTC:MB<number>
driver.configure.lteMeas.emtc.set_mb(enable = False)

Selects the maximum eMTC bandwidth.

param enable:

OFF: Max bandwidth 1.4 MHz ON: Max bandwidth 5 MHz

set_nband(number: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:EMTC:NBANd
driver.configure.lteMeas.emtc.set_nband(number = 1)

Selects the narrowband used for eMTC.

param number:

The maximum depends on the channel BW, see ‘RB allocation, narrowbands and widebands for eMTC’.