Level
SCPI Command :
TRIGger:EVENt<*>:SETHold:CSOurce:LEVel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(evnt=Evnt.Default) float[source]
# TRIGger:EVENt<*>:SETHold:CSOurce:LEVel value: float = driver.trigger.event.setHold.csource.level.get(evnt = repcap.Evnt.Default)
Sets the voltage level for the clock signal. Both the clock level and the clock edge define the starting point for calculation of the setup and hold time.
- Parameters:
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)
- Returns:
clock_level: -10 to 10
- set(clock_level: float, evnt=Evnt.Default) None[source]
# TRIGger:EVENt<*>:SETHold:CSOurce:LEVel driver.trigger.event.setHold.csource.level.set(clock_level = 1.0, evnt = repcap.Evnt.Default)
Sets the voltage level for the clock signal. Both the clock level and the clock edge define the starting point for calculation of the setup and hold time.
- Parameters:
clock_level – -10 to 10
evnt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Event’)