Pmodel
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:RPL:PMODel
- class PmodelCls[source]
Pmodel commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(vehicle=Vehicle.Default) RsSmbv.enums.ObscPhysModel [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:RPL:PMODel value: enums.ObscPhysModel = driver.source.bb.gnss.receiver.v.environment.rpl.pmodel.get(vehicle = repcap.Vehicle.Default)
Selects the physical effects to be simulated on the GNSS signal.
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- return
model: No help available
- set(model: RsSmbv.enums.ObscPhysModel, vehicle=Vehicle.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:RPL:PMODel driver.source.bb.gnss.receiver.v.environment.rpl.pmodel.set(model = enums.ObscPhysModel.OBSCuration, vehicle = repcap.Vehicle.Default)
Selects the physical effects to be simulated on the GNSS signal.
- param model
OBSCuration| OMPath OBSCuration Simulates obscuration effects. OMPath Simulates obscuration and multipath propagation effects.
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)