Stime
SCPI Command :
SEARch:TRIGger:SETHold:STIMe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) float[source]
# SEARch:TRIGger:SETHold:STIMe value: float = driver.search.trigger.setHold.stime.get(search = 'abc')
Sets the minimum time before the clock edge while the data signal must stay steady above or below the data level. The setup time can be negative. In this case, the hold time is always positive. The setup/hold interval starts after the clock edge (setup time) and ends after the clock edge (hold time) . If you change the negative setup time, the hold time is adjusted by the intrument.
- Parameters:
search – Search definition
- Returns:
setup_time: -99.999E-9 to 0.1
- set(search: str, setup_time: float) None[source]
# SEARch:TRIGger:SETHold:STIMe driver.search.trigger.setHold.stime.set(search = 'abc', setup_time = 1.0)
Sets the minimum time before the clock edge while the data signal must stay steady above or below the data level. The setup time can be negative. In this case, the hold time is always positive. The setup/hold interval starts after the clock edge (setup time) and ends after the clock edge (hold time) . If you change the negative setup time, the hold time is adjusted by the intrument.
- Parameters:
search – Search definition
setup_time – -99.999E-9 to 0.1