Anb<Anb>

RepCap Settings

# Range: Nr1 .. Nr3
rc = driver.configure.connection.pcc.emamode.a.downlink.anb.repcap_anb_get()
driver.configure.connection.pcc.emamode.a.downlink.anb.repcap_anb_set(repcap.Anb.Nr1)

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:EMAMode:A:DL:ANB<Number>
class AnbCls[source]

Anb commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Anb, default value after init: Anb.Nr1

get(anb=Anb.Default) bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:EMAMode:A:DL:ANB<Number>
value: bool = driver.configure.connection.pcc.emamode.a.downlink.anb.get(anb = repcap.Anb.Default)

Enables or disables additional DL narrowbands for the eMTC auto mode, for a maximum eMTC bandwidth of 5 MHz.

param anb:

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

return:

additional_nb: OFF | ON ON: Use the additional narrowband. OFF: Do not use the additional narrowband.

set(additional_nb: bool, anb=Anb.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:EMAMode:A:DL:ANB<Number>
driver.configure.connection.pcc.emamode.a.downlink.anb.set(additional_nb = False, anb = repcap.Anb.Default)

Enables or disables additional DL narrowbands for the eMTC auto mode, for a maximum eMTC bandwidth of 5 MHz.

param additional_nb:

OFF | ON ON: Use the additional narrowband. OFF: Do not use the additional narrowband.

param anb:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.pcc.emamode.a.downlink.anb.clone()