Ldirection

SCPI Command :

CONFigure[:LTE]:LDIRection
class LdirectionCls[source]

Ldirection commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.DlUlDirection[source]
# SCPI: CONFigure[:LTE]:LDIRection
value: enums.DlUlDirection = driver.applications.k10Xlte.configure.lte.ldirection.get()

Selects the link direction.

return

direction: DL Selects the mode to analyze downlink signals. UL Selects the mode to analyze uplink signals.

set(direction: RsFsw.enums.DlUlDirection) None[source]
# SCPI: CONFigure[:LTE]:LDIRection
driver.applications.k10Xlte.configure.lte.ldirection.set(direction = enums.DlUlDirection.DL)

Selects the link direction.

param direction

DL Selects the mode to analyze downlink signals. UL Selects the mode to analyze uplink signals.