All

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UECapability:RFBands: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 Disables or enables the entry

  • Band: List[enums.OperatingBandC]: UDEFined | OB1 | … | OB46 | OB48 | … | OB53 | OB65 | … | OB76 | OB85 | OB87 | OB88 | OB250 | OB252 | OB255 Assigns a band to the entry

get() AllStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UECapability:RFBands:ALL
value: AllStruct = driver.configure.ueCapability.rfBands.all.get()

Configures the list of operating bands for the information element ‘requestedFrequencyBands’ of the ‘ueCapabilityEnquiry’ message. The command has 32 parameters, for 16 entries with two parameters each: {<Enable>, <Band>}entry 1, {<Enable>, <Band>}entry 2, …, {<Enable>, <Band>}entry 16

return:

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

set(enable: List[bool] = None, band: List[OperatingBandC] = None) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UECapability:RFBands:ALL
driver.configure.ueCapability.rfBands.all.set(enable = [True, False, True], band = [OperatingBandC.OB1, OperatingBandC.UDEFined])

Configures the list of operating bands for the information element ‘requestedFrequencyBands’ of the ‘ueCapabilityEnquiry’ message. The command has 32 parameters, for 16 entries with two parameters each: {<Enable>, <Band>}entry 1, {<Enable>, <Band>}entry 2, …, {<Enable>, <Band>}entry 16

param enable:

OFF | ON Disables or enables the entry

param band:

UDEFined | OB1 | … | OB46 | OB48 | … | OB53 | OB65 | … | OB76 | OB85 | OB87 | OB88 | OB250 | OB252 | OB255 Assigns a band to the entry