Latency

SCPI Command :

[SOURce<HW>]:REGenerator:SIMulation:LATency:[BZ]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_bz() float[source]
# [SOURce<HW>]:REGenerator:SIMulation:LATency:[BZ]
value: float = driver.source.regenerator.simulation.latency.get_bz()

Sets the system latency value manually.

Returns:

blind_zone: float Range: 0 to 3000

set_bz(blind_zone: float) None[source]
# [SOURce<HW>]:REGenerator:SIMulation:LATency:[BZ]
driver.source.regenerator.simulation.latency.set_bz(blind_zone = 1.0)

Sets the system latency value manually.

Parameters:

blind_zone – float Range: 0 to 3000