Length
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:AREA<CH>:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vehicle=Vehicle.Default, obscuredArea=ObscuredArea.Default) float[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:AREA<CH>:LENGth value: float = driver.source.bb.gnss.receiver.v.environment.full.area.length.get(vehicle = repcap.Vehicle.Default, obscuredArea = repcap.ObscuredArea.Default)
Sets the length of the obscuring zone, defined in km or sec.
- Parameters:
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
obscuredArea – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)
- Returns:
length: float Range: 1E-3 to 50
- set(length: float, vehicle=Vehicle.Default, obscuredArea=ObscuredArea.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:AREA<CH>:LENGth driver.source.bb.gnss.receiver.v.environment.full.area.length.set(length = 1.0, vehicle = repcap.Vehicle.Default, obscuredArea = repcap.ObscuredArea.Default)
Sets the length of the obscuring zone, defined in km or sec.
- Parameters:
length – float Range: 1E-3 to 50
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
obscuredArea – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)