Location

SCPI Command :

[SOURce<HW>]:BB:GNSS:ADGeneration:NAVIC:LOCation:URADius
class LocationCls[source]

Location commands group definition. 6 total commands, 1 Subgroups, 1 group commands

get_uradius() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:NAVIC:LOCation:URADius
value: int = driver.source.bb.gnss.adGeneration.navic.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.

return

radius: integer Range: 0 to 1.E6

set_uradius(radius: int) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:NAVIC:LOCation:URADius
driver.source.bb.gnss.adGeneration.navic.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.

param radius

integer Range: 0 to 1.E6

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.adGeneration.navic.location.clone()

Subgroups