Conductivity
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:CONDuctivity
- class ConductivityCls[source]
Conductivity commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(vehicle=Vehicle.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:CONDuctivity value: float = driver.source.bb.gnss.receiver.v.environment.gsr.conductivity.get(vehicle = repcap.Vehicle.Default)
Sets the surface conductivity.
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- return
conductivity: float Range: 1E-6 to 20
- set(conductivity: float, vehicle=Vehicle.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:GSR:CONDuctivity driver.source.bb.gnss.receiver.v.environment.gsr.conductivity.set(conductivity = 1.0, vehicle = repcap.Vehicle.Default)
Sets the surface conductivity.
- param conductivity
float Range: 1E-6 to 20
- param vehicle
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)