CndRatio

SCPI Command :

[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:CNDRatio
class CndRatioCls[source]

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

get(path=Path.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:CNDRatio
value: float = driver.source.bb.gnss.awgn.rf.cndRatio.get(path = repcap.Path.Default)

Sets the carrier power to noise power ratio C/N ratio, that is the difference of carrier power and noise power: C/N ratio = Carrier power - Noise power Noise power = Refrence power + 10 * log10(System Bandwidth) - C/ N0

param path

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

return

cn_density_ratio: float Range: 0 to 55

set(cn_density_ratio: float, path=Path.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:CNDRatio
driver.source.bb.gnss.awgn.rf.cndRatio.set(cn_density_ratio = 1.0, path = repcap.Path.Default)

Sets the carrier power to noise power ratio C/N ratio, that is the difference of carrier power and noise power: C/N ratio = Carrier power - Noise power Noise power = Refrence power + 10 * log10(System Bandwidth) - C/ N0

param cn_density_ratio

float Range: 0 to 55

param path

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