Ratio

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:FADing:SCC<Carrier>:AWGN:BWIDth:RATio
class RatioCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing:SCC<Carrier>:AWGN:BWIDth:RATio
value: float = driver.configure.fading.scc.awgn.bandwidth.ratio.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the minimum ratio between the noise bandwidth and the cell bandwidth.

param secondaryCompCarrier:

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

return:

ratio: numeric Range: 1 to 1000

set(ratio: float, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing:SCC<Carrier>:AWGN:BWIDth:RATio
driver.configure.fading.scc.awgn.bandwidth.ratio.set(ratio = 1.0, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the minimum ratio between the noise bandwidth and the cell bandwidth.

param ratio:

numeric Range: 1 to 1000

param secondaryCompCarrier:

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