Ldirection
SCPI Command :
CONFigure[:LTE]:LDIRection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() DlUlDirection[source]
# CONFigure[:LTE]:LDIRection value: enums.DlUlDirection = driver.applications.k10Xlte.configure.lte.ldirection.get()
Selects the link direction.
- Returns:
direction: DL Selects the mode to analyze downlink signals. UL Selects the mode to analyze uplink signals.
- set(direction: DlUlDirection) None[source]
# CONFigure[:LTE]:LDIRection driver.applications.k10Xlte.configure.lte.ldirection.set(direction = enums.DlUlDirection.DL)
Selects the link direction.
- Parameters:
direction – DL Selects the mode to analyze downlink signals. UL Selects the mode to analyze uplink signals.