Clevel

SCPI Command :

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

Sets the voltage level for the clock signal. Both this command and method RsRtx.search.trigger.setHold.cedge.set() define the starting point for calculation of the setup and hold time.

Parameters:

search – Search definition

Returns:

clock_level: -10 to 10

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

Sets the voltage level for the clock signal. Both this command and method RsRtx.search.trigger.setHold.cedge.set() define the starting point for calculation of the setup and hold time.

Parameters:
  • search – Search definition

  • clock_level – -10 to 10