Eobscuration

SCPI Commands :

[SOURce<HW>]:BB:GNSS:SV:SELection:EOBScuration:ANGLe
[SOURce<HW>]:BB:GNSS:SV:SELection:EOBScuration:REFerence
class EobscurationCls[source]

Eobscuration commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_angle() float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:EOBScuration:ANGLe
value: float = driver.source.bb.gnss.sv.selection.eobscuration.get_angle()

Sets the satellite’s elevation mask angle. The angle is applied relative to the selected horizon.

return

elev_mask_angle: float Range: -10 to 90

get_reference() RsSmbv.enums.ElevMaskType[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:EOBScuration:REFerence
value: enums.ElevMaskType = driver.source.bb.gnss.sv.selection.eobscuration.get_reference()

Selects how the behavior of earth obscuration is defined.

return

type_py: ETANgent| LHORizon

set_angle(elev_mask_angle: float) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:EOBScuration:ANGLe
driver.source.bb.gnss.sv.selection.eobscuration.set_angle(elev_mask_angle = 1.0)

Sets the satellite’s elevation mask angle. The angle is applied relative to the selected horizon.

param elev_mask_angle

float Range: -10 to 90

set_reference(type_py: RsSmbv.enums.ElevMaskType) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:SELection:EOBScuration:REFerence
driver.source.bb.gnss.sv.selection.eobscuration.set_reference(type_py = enums.ElevMaskType.ETANgent)

Selects how the behavior of earth obscuration is defined.

param type_py

ETANgent| LHORizon