Dbandwidth

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:DBANdwidth
class DbandwidthCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:DBANdwidth
value: int = driver.configure.cell.scc.dbandwidth.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the ‘srs-Bandwidth’ value. The setting is only used if manual configuration is enabled, see method RsCmwLteSig. Configure.Cell.Pcc.Srs.mcEnable.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

dedicated_bw: numeric Range: 0 to 3

set(dedicated_bw: int, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:DBANdwidth
driver.configure.cell.scc.dbandwidth.set(dedicated_bw = 1, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the ‘srs-Bandwidth’ value. The setting is only used if manual configuration is enabled, see method RsCmwLteSig. Configure.Cell.Pcc.Srs.mcEnable.

param dedicated_bw:

numeric Range: 0 to 3

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)