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