Pmodel

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:PMODel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vehicle=Vehicle.Default) ObscPhysModel[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:PMODel
value: enums.ObscPhysModel = driver.source.bb.gnss.receiver.v.environment.vobs.pmodel.get(vehicle = repcap.Vehicle.Default)

Selects the physical effects to be simulated on the GNSS signal.

Parameters:

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

set(model: ObscPhysModel, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:PMODel
driver.source.bb.gnss.receiver.v.environment.vobs.pmodel.set(model = enums.ObscPhysModel.OBSCuration, vehicle = repcap.Vehicle.Default)

Selects the physical effects to be simulated on the GNSS signal.

Parameters:
  • model – OBSCuration | OMPath OBSCuration Simulates obscuration effects. OMPath Simulates obscuration and multipath propagation effects.

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