Htime

SCPI Command :

SEARch:TRIGger:SETHold:HTIMe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) float[source]
# SEARch:TRIGger:SETHold:HTIMe
value: float = driver.search.trigger.setHold.htime.get(search = 'abc')

Sets the minimum time after the clock edge while the data signal must stay steady above or below the data level. The hold time can be negative. In this case, the setup time is always positive. The setup/hold interval starts before the clock edge (setup time) and ends before the clock edge (hold time) . If you change the negative hold time, the setup time is adjusted by the intrument.

Parameters:

search – Search definition

Returns:

hold_time: -99.999E-9 to 0.1

set(search: str, hold_time: float) None[source]
# SEARch:TRIGger:SETHold:HTIMe
driver.search.trigger.setHold.htime.set(search = 'abc', hold_time = 1.0)

Sets the minimum time after the clock edge while the data signal must stay steady above or below the data level. The hold time can be negative. In this case, the setup time is always positive. The setup/hold interval starts before the clock edge (setup time) and ends before the clock edge (hold time) . If you change the negative hold time, the setup time is adjusted by the intrument.

Parameters:
  • search – Search definition

  • hold_time – -99.999E-9 to 0.1