Stop
SCPI Command :
MDEFaults:SETTings<*>:EYE:RELative:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(settings=Settings.Default) float[source]
# MDEFaults:SETTings<*>:EYE:RELative:STOP value: float = driver.mdefaults.settings.eye.relative.stop.get(settings = repcap.Settings.Default)
Defines the global stop time for the eye measurements.
- Parameters:
settings – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Settings’)
- Returns:
rel_time_stp_lev_meas_wind: Stop time of the window in % of the difference of the eye crossings. Tcrossing1 relates to 0 %, and Tcrossing2 relates to 100 %.
- set(rel_time_stp_lev_meas_wind: float, settings=Settings.Default) None[source]
# MDEFaults:SETTings<*>:EYE:RELative:STOP driver.mdefaults.settings.eye.relative.stop.set(rel_time_stp_lev_meas_wind = 1.0, settings = repcap.Settings.Default)
Defines the global stop time for the eye measurements.
- Parameters:
rel_time_stp_lev_meas_wind – Stop time of the window in % of the difference of the eye crossings. Tcrossing1 relates to 0 %, and Tcrossing2 relates to 100 %.
settings – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Settings’)