Bandwidth

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:SRS:DEDicated:BWIDth
class BandwidthCls[source]

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

get(cell_name: str) BandwidthDedicated[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:SRS:DEDicated:BWIDth
value: enums.BandwidthDedicated = driver.configure.signaling.lte.cell.srs.dedicated.bandwidth.get(cell_name = 'abc')

Configures the parameter ‘srs-Bandwidth’. Only configurable for the mode UDEFined.

param cell_name:

No help available

return:

bandwidth: No help available

set(cell_name: str, bandwidth: BandwidthDedicated) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:SRS:DEDicated:BWIDth
driver.configure.signaling.lte.cell.srs.dedicated.bandwidth.set(cell_name = 'abc', bandwidth = enums.BandwidthDedicated.BW0)

Configures the parameter ‘srs-Bandwidth’. Only configurable for the mode UDEFined.

param cell_name:

No help available

param bandwidth:

No help available