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