Stop
SCPI Command :
MEASurement<*>:OPTical:OMAMplitude:RELative:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) float[source]
# MEASurement<*>:OPTical:OMAMplitude:RELative:STOP value: float = driver.measurement.optical.omAmplitude.relative.stop.get(measurement = repcap.Measurement.Default)
Sets the end value of the range for the optical modulation amplitude.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- set(rel_lev_stp_time_mod_amplitude: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:OPTical:OMAMplitude:RELative:STOP driver.measurement.optical.omAmplitude.relative.stop.set(rel_lev_stp_time_mod_amplitude = 1.0, measurement = repcap.Measurement.Default)
Sets the end value of the range for the optical modulation amplitude.
- Parameters:
rel_lev_stp_time_mod_amplitude – 1 to 99
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)