Scale

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:SCALe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vehicle=Vehicle.Default) RefScale[source]
# [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) .

Parameters:

vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)

Returns:

reference_scale: TIME | DISTance

set(reference_scale: RefScale, vehicle=Vehicle.Default) None[source]
# [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) .

Parameters:
  • reference_scale – TIME | DISTance

  • vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)