Dline<DisplayLine>
RepCap Settings
# Range: Nr1 .. Nr2
rc = driver.applications.k10Xlte.calculate.dline.repcap_displayLine_get()
driver.applications.k10Xlte.calculate.dline.repcap_displayLine_set(repcap.DisplayLine.Nr1)
SCPI Command :
CALCulate<n>:DLINe<dl>
- class DlineCls[source]
Dline commands group definition. 2 total commands, 1 Subgroups, 1 group commands Repeated Capability: DisplayLine, default value after init: DisplayLine.Nr1
- get(window=Window.Default, displayLine=DisplayLine.Default) float [source]
# SCPI: CALCulate<n>:DLINe<dl> value: float = driver.applications.k10Xlte.calculate.dline.get(window = repcap.Window.Default, displayLine = repcap.DisplayLine.Default)
Defines the (horizontal) position of a display line.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param displayLine
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dline’)
- return
position: The value range is variable. You can use any unit you want, the FSW then converts the unit to the currently selected unit. If you omit a unit, the FSW uses the currently selected unit. Unit: DBM
- set(position: float, window=Window.Default, displayLine=DisplayLine.Default) None [source]
# SCPI: CALCulate<n>:DLINe<dl> driver.applications.k10Xlte.calculate.dline.set(position = 1.0, window = repcap.Window.Default, displayLine = repcap.DisplayLine.Default)
Defines the (horizontal) position of a display line.
- param position
The value range is variable. You can use any unit you want, the FSW then converts the unit to the currently selected unit. If you omit a unit, the FSW uses the currently selected unit. Unit: DBM
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param displayLine
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dline’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.calculate.dline.clone()
Subgroups