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.emtc.get_enable()

Enables or disables eMTC. For the combined signal path scenario, use CONFigure:LTE:SIGN<i>[:PCC]:EMTC:ENABle.

return:

enable: OFF | ON

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

Selects the maximum eMTC bandwidth. For the combined signal path scenario, use CONFigure:LTE:SIGN<i>[:PCC]:EMTC:MB<number>.

return:

enable: OFF | ON 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.emtc.get_nband()

Selects the narrowband used for eMTC.

return:

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

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

Enables or disables eMTC. For the combined signal path scenario, use CONFigure:LTE:SIGN<i>[:PCC]:EMTC:ENABle.

param enable:

OFF | ON

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

Selects the maximum eMTC bandwidth. For the combined signal path scenario, use CONFigure:LTE:SIGN<i>[:PCC]:EMTC:MB<number>.

param enable:

OFF | ON 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.emtc.set_nband(number = 1)

Selects the narrowband used for eMTC.

param number:

numeric The maximum depends on the channel BW, see ‘RB allocation, narrowbands and widebands for eMTC’. Range: 0 to 15