Ldirection
SCPI Command :
CONFigure[:NR5G]:LDIRection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() DlUlDirection[source]
# CONFigure[:NR5G]:LDIRection value: enums.DlUlDirection = driver.applications.k14Xnr5G.configure.nr5G.ldirection.get()
Selects the link direction you want to analyze.
- Returns:
mode: DL Selects the downlink application to analyze 5G NR downlink signals. Requires option FSW-K144. UL Selects the uplink application to analyze 5G NR uplink signals. Requires option FSW-K145.
- set(mode: DlUlDirection) None[source]
# CONFigure[:NR5G]:LDIRection driver.applications.k14Xnr5G.configure.nr5G.ldirection.set(mode = enums.DlUlDirection.DL)
Selects the link direction you want to analyze.
- Parameters:
mode – DL Selects the downlink application to analyze 5G NR downlink signals. Requires option FSW-K144. UL Selects the uplink application to analyze 5G NR uplink signals. Requires option FSW-K145.