Z1Freq
SCPI Command :
BUS<*>:CTLE:Z1FReq
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:CTLE:Z1FReq value: float = driver.bus.ctle.z1Freq.get(bus = repcap.Bus.Default)
Sets the zero frequency for the transfer function of the CTLE algorithm.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
zro_one_freq: 1 to 40E+9
- set(zro_one_freq: float, bus=Bus.Default) None[source]
# BUS<*>:CTLE:Z1FReq driver.bus.ctle.z1Freq.set(zro_one_freq = 1.0, bus = repcap.Bus.Default)
Sets the zero frequency for the transfer function of the CTLE algorithm.
- Parameters:
zro_one_freq – 1 to 40E+9
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)