Ilength

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:RPL:ILENgth
class IlengthCls[source]

Ilength commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(vehicle=Vehicle.Default) bool[source]
# SCPI: [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.

param vehicle

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

return

state: 1| ON| 0| OFF

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

param state

1| ON| 0| OFF

param vehicle

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