Power
SCPI Command :
[SOURce<HW>]:BB:GNSS:POWer:REFerence
- class PowerCls[source]
Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_reference() float [source]
# SCPI: [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.
- return
reference_power: float Range: -145 to 20
- set_reference(reference_power: float) None [source]
# SCPI: [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.
- param reference_power
float Range: -145 to 20