VcHysteresis
SCPI Command :
MEASurement<*>:AMPTime:VCHYsteresis
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) float[source]
# MEASurement<*>:AMPTime:VCHYsteresis value: float = driver.measurement.ampTime.vcHysteresis.get(measurement = repcap.Measurement.Default)
Sets the minimum level difference between the two sources before the next crossing can be detected.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
voltage_crossing_hyst: 0 to 100E+24
- set(voltage_crossing_hyst: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:AMPTime:VCHYsteresis driver.measurement.ampTime.vcHysteresis.set(voltage_crossing_hyst = 1.0, measurement = repcap.Measurement.Default)
Sets the minimum level difference between the two sources before the next crossing can be detected.
- Parameters:
voltage_crossing_hyst – 0 to 100E+24
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)