Ilength
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:RPL:ILENgth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vehicle=Vehicle.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:RPL:ILENgth value: bool = driver.source.bb.gnss.receiver.v.environment.rpl.ilength.get(vehicle = repcap.Vehicle.Default)
If enabled, assumes roadside planes with infinite width.
- Parameters:
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:RPL:ILENgth driver.source.bb.gnss.receiver.v.environment.rpl.ilength.set(state = False, vehicle = repcap.Vehicle.Default)
If enabled, assumes roadside planes with infinite width.
- Parameters:
state – 1 | ON | 0| OFF
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)