Time
SCPI Command :
SEARch:TRIGger:SLEWrate:TIME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) float[source]
# SEARch:TRIGger:SLEWrate:TIME value: float = driver.search.trigger.slewrate.time.get(search = 'abc')
For the ranges Within and Outside, the slew rate defines the center of a range which is defined by the limits ±Delta. For the ranges Shorter and Longer, the slew rate defines the maximum and minimum slew rate limits, respectively. The range is defined using method
RsRtx.search.trigger.slewrate.range.set().- Parameters:
search – String with the name of the search
- Returns:
time: 100E-12 to 864
- set(search: str, time: float) None[source]
# SEARch:TRIGger:SLEWrate:TIME driver.search.trigger.slewrate.time.set(search = 'abc', time = 1.0)
For the ranges Within and Outside, the slew rate defines the center of a range which is defined by the limits ±Delta. For the ranges Shorter and Longer, the slew rate defines the maximum and minimum slew rate limits, respectively. The range is defined using method
RsRtx.search.trigger.slewrate.range.set().- Parameters:
search – String with the name of the search
time – 100E-12 to 864