Bandwidth
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:RFSettings:UL:BWIDth
- class BandwidthCls[source]
Bandwidth commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Bandwidth: enums.UlBandwidth: Bxyz means xy.z MHz.
Resource_Blocks: int: Number of allocated resource blocks (full allocation of the bandwidth) .
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RFSettings:UL:BWIDth value: GetStruct = driver.configure.signaling.lte.cell.rfSettings.uplink.bandwidth.get(cell_name = 'abc')
Selects the channel bandwidth for the uplink. Configure the same value for DL and UL. A query returns <Bandwidth>, <ResourceBlocks>.
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, bandwidth: UlBandwidth) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:RFSettings:UL:BWIDth driver.configure.signaling.lte.cell.rfSettings.uplink.bandwidth.set(cell_name = 'abc', bandwidth = enums.UlBandwidth.B014)
Selects the channel bandwidth for the uplink. Configure the same value for DL and UL. A query returns <Bandwidth>, <ResourceBlocks>.
- param cell_name:
No help available
- param bandwidth:
Bxyz means xy.z MHz.