Bandwidth
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:SRS:COMMon:BWIDth
- class BandwidthCls[source]
Bandwidth commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) BandwidthCommon[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:SRS:COMMon:BWIDth value: enums.BandwidthCommon = driver.configure.signaling.lte.cell.srs.common.bandwidth.get(cell_name = 'abc')
Configures the parameter ‘srs-BandwidthConfig’. Only configurable for the mode UDEFined.
- param cell_name:
No help available
- return:
bandwidth: No help available
- set(cell_name: str, bandwidth: BandwidthCommon) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:SRS:COMMon:BWIDth driver.configure.signaling.lte.cell.srs.common.bandwidth.set(cell_name = 'abc', bandwidth = enums.BandwidthCommon.BW0)
Configures the parameter ‘srs-BandwidthConfig’. Only configurable for the mode UDEFined.
- param cell_name:
No help available
- param bandwidth:
No help available