Location
SCPI Command :
[SOURce<HW>]:BB:GNSS:ADGeneration:GALileo:LOCation:URADius
- Commands in total: 6Subgroups: 1Direct child commands: 1
- get_uradius() int[source]
# [SOURce<HW>]:BB:GNSS:ADGeneration:GALileo:LOCation:URADius value: int = driver.source.bb.gnss.adGeneration.galileo.location.get_uradius()
Sets the Uncertainty Radius, i.e. sets the maximum radius of the area within which the two-dimensional location of the UE is bounded.
- Returns:
radius: integer Range: 0 to 1.E6
- set_uradius(radius: int) None[source]
# [SOURce<HW>]:BB:GNSS:ADGeneration:GALileo:LOCation:URADius driver.source.bb.gnss.adGeneration.galileo.location.set_uradius(radius = 1)
Sets the Uncertainty Radius, i.e. sets the maximum radius of the area within which the two-dimensional location of the UE is bounded.
- Parameters:
radius – integer Range: 0 to 1.E6
Cloning the Group
# Create a copy of the original group, that exists independently
location_copy = driver.source.bb.gnss.adGeneration.galileo.location.clone()
Subgroups