Mproperty

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:MPRoperty
class MpropertyCls[source]

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

get(vehicle=Vehicle.Default) RsSmbv.enums.MatProp[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:MPRoperty
value: enums.MatProp = driver.source.bb.gnss.receiver.v.environment.gsr.mproperty.get(vehicle = repcap.Vehicle.Default)

Specifies, if the material is defined by its permittivity/conductivity or by its power loss characteristic.

param vehicle

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

return

material_propert: PLOSS| PERM

set(material_propert: RsSmbv.enums.MatProp, vehicle=Vehicle.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:MPRoperty
driver.source.bb.gnss.receiver.v.environment.gsr.mproperty.set(material_propert = enums.MatProp.PERM, vehicle = repcap.Vehicle.Default)

Specifies, if the material is defined by its permittivity/conductivity or by its power loss characteristic.

param material_propert

PLOSS| PERM

param vehicle

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