Clevel
SCPI Command :
SEARch:TRIGger:STATe:CLEVel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) float[source]
# SEARch:TRIGger:STATe:CLEVel value: float = driver.search.trigger.state.clevel.get(search = 'abc')
Sets the trigger level of the clock signal. The command has the same effect as with method
RsRtx.search.trigger.level.value.set().- Parameters:
search – String with the name of the search
- Returns:
clock_level: -10 to 10
- set(search: str, clock_level: float) None[source]
# SEARch:TRIGger:STATe:CLEVel driver.search.trigger.state.clevel.set(search = 'abc', clock_level = 1.0)
Sets the trigger level of the clock signal. The command has the same effect as with method
RsRtx.search.trigger.level.value.set().- Parameters:
search – String with the name of the search
clock_level – -10 to 10