Ldirection
SCPI Command :
CONFigure[:NR5G]:LDIRection
- class LdirectionCls[source]
Ldirection commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.DlUlDirection [source]
# SCPI: CONFigure[:NR5G]:LDIRection value: enums.DlUlDirection = driver.applications.k14Xnr5G.configure.nr5G.ldirection.get()
Selects the link direction you want to analyze.
- return
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: RsFsw.enums.DlUlDirection) None [source]
# SCPI: CONFigure[:NR5G]:LDIRection driver.applications.k14Xnr5G.configure.nr5G.ldirection.set(mode = enums.DlUlDirection.DL)
Selects the link direction you want to analyze.
- param 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.