Nband

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:EMTC:NBANd
class NbandCls[source]

Nband commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(segment=Segment.Default) int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:EMTC:NBANd
value: int = driver.configure.lteMeas.multiEval.listPy.segment.emtc.nband.get(segment = repcap.Segment.Default)

Selects the eMTC narrowband for segment <no>.

param segment:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)

return:

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

set(number: int, segment=Segment.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:EMTC:NBANd
driver.configure.lteMeas.multiEval.listPy.segment.emtc.nband.set(number = 1, segment = repcap.Segment.Default)

Selects the eMTC narrowband for segment <no>.

param number:

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

param segment:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)