Dline<DisplayLine>
SCPI Command :
CALCulate<n>:DLINe<li>
- Commands in total: 2Subgroups: 1Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr2 driver.applications.k14Xnr5G.calculate.dline.repcap_displayLine_set(repcap.DisplayLine.Nr1)
- get(window=Window.Default, displayLine=DisplayLine.Default) float[source]
# CALCulate<n>:DLINe<li> value: float = driver.applications.k14Xnr5G.calculate.dline.get(window = repcap.Window.Default, displayLine = repcap.DisplayLine.Default)
Defines the (horizontal) position of a display line.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
displayLine – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dline’)
- Returns:
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]
# CALCulate<n>:DLINe<li> driver.applications.k14Xnr5G.calculate.dline.set(position = 1.0, window = repcap.Window.Default, displayLine = repcap.DisplayLine.Default)
Defines the (horizontal) position of a display line.
- Parameters:
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
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
displayLine – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dline’)
Cloning the Group
# Create a copy of the original group, that exists independently
dline_copy = driver.applications.k14Xnr5G.calculate.dline.clone()
Subgroups