Scale
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:SCALe
- class ScaleCls[source]
Scale commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(vehicle=Vehicle.Default) RsSmbv.enums.RefScale [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:SCALe value: enums.RefScale = driver.source.bb.gnss.receiver.v.environment.full.scale.get(vehicle = repcap.Vehicle.Default)
Defines whether the obstacles’ positions are defined as distance (in km) or as time (in s) .
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- return
reference_scale: TIME| DISTance
- set(reference_scale: RsSmbv.enums.RefScale, vehicle=Vehicle.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:SCALe driver.source.bb.gnss.receiver.v.environment.full.scale.set(reference_scale = enums.RefScale.DISTance, vehicle = repcap.Vehicle.Default)
Defines whether the obstacles’ positions are defined as distance (in km) or as time (in s) .
- param reference_scale
TIME| DISTance
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)