Latency
SCPI Command :
[SOURce<HW>]:REGenerator:SIMulation:LATency:[BZ]
- class LatencyCls[source]
Latency commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_bz() float [source]
# SCPI: [SOURce<HW>]:REGenerator:SIMulation:LATency:[BZ] value: float = driver.source.regenerator.simulation.latency.get_bz()
Sets the system latency value manually.
- return:
blind_zone: float Range: 0 to 3000
- set_bz(blind_zone: float) None [source]
# SCPI: [SOURce<HW>]:REGenerator:SIMulation:LATency:[BZ] driver.source.regenerator.simulation.latency.set_bz(blind_zone = 1.0)
Sets the system latency value manually.
- param blind_zone:
float Range: 0 to 3000