VcmLevel

SCPI Command :

MEASurement<*>:AMPTime:VCMLevel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) float[source]
# MEASurement<*>:AMPTime:VCMLevel
value: float = driver.measurement.ampTime.vcmLevel.get(measurement = repcap.Measurement.Default)

Sets the measurement reference level for the voltage crossing calculation.

Parameters:

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

Returns:

voltage_crossing_meas_lev: -100E+24 to 100E+24

set(voltage_crossing_meas_lev: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:AMPTime:VCMLevel
driver.measurement.ampTime.vcmLevel.set(voltage_crossing_meas_lev = 1.0, measurement = repcap.Measurement.Default)

Sets the measurement reference level for the voltage crossing calculation.

Parameters:
  • voltage_crossing_meas_lev – -100E+24 to 100E+24

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