Delta
SCPI Command :
SEARch:TRIGger:SLEWrate:DELTa
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) float[source]
# SEARch:TRIGger:SLEWrate:DELTa value: float = driver.search.trigger.slewrate.delta.get(search = 'abc')
Defines a time range around the given slew rate.
- Parameters:
search – String with the name of the search
- Returns:
time_delta: 0 to 10
- set(search: str, time_delta: float) None[source]
# SEARch:TRIGger:SLEWrate:DELTa driver.search.trigger.slewrate.delta.set(search = 'abc', time_delta = 1.0)
Defines a time range around the given slew rate.
- Parameters:
search – String with the name of the search
time_delta – 0 to 10