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