Power

SCPI Command :

[SOURce<HW>]:BB:GNSS:POWer:REFerence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_reference() float[source]
# [SOURce<HW>]:BB:GNSS:POWer:REFerence
value: float = driver.source.bb.gnss.power.get_reference()

Sets the power level that is used as a reference for the calculation of the power level of the satellites.

Returns:

reference_power: float Range: -145 to 20

set_reference(reference_power: float) None[source]
# [SOURce<HW>]:BB:GNSS:POWer:REFerence
driver.source.bb.gnss.power.set_reference(reference_power = 1.0)

Sets the power level that is used as a reference for the calculation of the power level of the satellites.

Parameters:

reference_power – float Range: -145 to 20