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