Eobscuration
SCPI Commands :
[SOURce<HW>]:BB:GNSS:SV:SELection:EOBScuration:ANGLe
[SOURce<HW>]:BB:GNSS:SV:SELection:EOBScuration:REFerence
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_angle() float[source]
# [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.
- Returns:
elev_mask_angle: float Range: -10 to 90
- get_reference() ElevMaskType[source]
# [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.
- Returns:
type_py: ETANgent | LHORizon
- set_angle(elev_mask_angle: float) None[source]
# [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.
- Parameters:
elev_mask_angle – float Range: -10 to 90
- set_reference(type_py: ElevMaskType) None[source]
# [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.
- Parameters:
type_py – ETANgent | LHORizon