Hbandwidth

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:SCC<carrier>:SRS:HBANdwidth
class HbandwidthCls[source]

Hbandwidth 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>:SRS:HBANdwidth
value: int = driver.configure.cell.scc.srs.hbandwidth.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the ‘srs-HoppingBandwidth’ 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:

hopping_bw: numeric Range: 0 to 3

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

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

param hopping_bw:

numeric Range: 0 to 3

param secondaryCompCarrier:

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