MinRange
SCPI Command :
[SOURce<HW>]:REGenerator:SIMulation:MINRange:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:REGenerator:SIMulation:MINRange:[STATe] value: bool = driver.source.regenerator.simulation.minRange.get_state()
Enables the simulation of delays that are shorter than the system latency tau < tBZ) .
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:REGenerator:SIMulation:MINRange:[STATe] driver.source.regenerator.simulation.minRange.set_state(state = False)
Enables the simulation of delays that are shorter than the system latency tau < tBZ) .
- Parameters:
state – 1 | ON | 0| OFF