All

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:AFBands:ALL
class AllCls[source]

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

class AllStruct[source]

Response structure. Fields:

  • Enable: List[bool]: OFF | ON Enables/disables the entry.

  • Bands: List[enums.OperatingBandC]: OB1 | … | OB46 | OB48 | … | OB53 | OB65 | … | OB76 | OB85 | OB87 | OB88 | OB250 | OB252 | OB255

get() AllStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:AFBands:ALL
value: AllStruct = driver.configure.rfSettings.pcc.afBands.all.get()

Configures additional frequency bands supported by the cell (‘multiBandInfoList’) . There are eight entries. You can enable/disable each entry and assign a band to each entry.

return:

structure: for return value, see the help for AllStruct structure arguments.

set(enable: List[bool] = None, bands: List[OperatingBandC] = None) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings[:PCC]:AFBands:ALL
driver.configure.rfSettings.pcc.afBands.all.set(enable = [True, False, True], bands = [OperatingBandC.OB1, OperatingBandC.UDEFined])

Configures additional frequency bands supported by the cell (‘multiBandInfoList’) . There are eight entries. You can enable/disable each entry and assign a band to each entry.

param enable:

OFF | ON Enables/disables the entry.

param bands:

OB1 | … | OB46 | OB48 | … | OB53 | OB65 | … | OB76 | OB85 | OB87 | OB88 | OB250 | OB252 | OB255