JsRatio

SCPI Command :

[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:JSRatio
class JsRatioCls[source]

JsRatio 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>]:JSRatio
value: float = driver.source.bb.gnss.awgn.rf.jsRatio.get(path = repcap.Path.Default)

Sets the jammer (interferer) power to signal power ratio C/I ratio, that is the difference of carrier power and noise power: C/I ratio = Carrier power - Interferer power Interferer power = Refrence power + J/S

param path

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

return

js_ratio: float Range: -50 to 50

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

Sets the jammer (interferer) power to signal power ratio C/I ratio, that is the difference of carrier power and noise power: C/I ratio = Carrier power - Interferer power Interferer power = Refrence power + J/S

param js_ratio

float Range: -50 to 50

param path

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