Mproperty

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:MPRoperty
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vehicle=Vehicle.Default) MatProp[source]
# [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.

Parameters:

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

Returns:

material_propert: PLOSS | PERM

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

Parameters:
  • material_propert – PLOSS | PERM

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