MinRange
SCPI Command :
[SOURce<HW>]:REGenerator:SIMulation:MINRange:[STATe]
- class MinRangeCls[source]
MinRange commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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) .
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [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) .
- param state
1| ON| 0| OFF