Ratio
SCPI Command :
[CONFigure]:SIGNaling:AWGN:ADVanced:BWIDth:RATio
- class RatioCls[source]
Ratio commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) float[source]
# SCPI: [CONFigure]:SIGNaling:AWGN:ADVanced:BWIDth:RATio value: float = driver.configure.signaling.awgn.advanced.bandwidth.ratio.get(cell_name = 'abc')
Configures the minimum ratio between the noise bandwidth and the carrier bandwidth for AWGN insertion.
- param cell_name:
No help available
- return:
ratio: No help available
- set(cell_name: str, ratio: float) None[source]
# SCPI: [CONFigure]:SIGNaling:AWGN:ADVanced:BWIDth:RATio driver.configure.signaling.awgn.advanced.bandwidth.ratio.set(cell_name = 'abc', ratio = 1.0)
Configures the minimum ratio between the noise bandwidth and the carrier bandwidth for AWGN insertion.
- param cell_name:
No help available
- param ratio:
No help available