Pselection
SCPI Command :
LANE<*>:TFFE:PSELection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) LanePlotSelection[source]
# LANE<*>:TFFE:PSELection value: enums.LanePlotSelection = driver.lane.tffe.pselection.get(lane = repcap.Lane.Default)
Selects the plots that is displayed for the selected TxFFE 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<*>:TFFE:PSELection driver.lane.tffe.pselection.set(plot_selection = enums.LanePlotSelection.GDELay, lane = repcap.Lane.Default)
Selects the plots that is displayed for the selected TxFFE configuration.
- Parameters:
plot_selection – MAGNitude | PHASe | GDELay | STEP | TAPS
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)