Pselection

SCPI Command :

LANE<*>:EQUalization:CTLE:PSELection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) LanePlotSelection[source]
# LANE<*>:EQUalization:CTLE:PSELection
value: enums.LanePlotSelection = driver.lane.equalization.ctle.pselection.get(lane = repcap.Lane.Default)

Selects the plots that is displayed for the current CTLE configuration.

Parameters:

lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)

Returns:

plot_selection: MAGNitude | PHASe | GDELay | STEP | TAPS

set(plot_selection: LanePlotSelection, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:CTLE:PSELection
driver.lane.equalization.ctle.pselection.set(plot_selection = enums.LanePlotSelection.GDELay, lane = repcap.Lane.Default)

Selects the plots that is displayed for the current CTLE configuration.

Parameters:
  • plot_selection – MAGNitude | PHASe | GDELay | STEP | TAPS

  • lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)