Dline<DisplayLine>

SCPI Command :

CALCulate<n>:DLINe<dl>
Commands in total: 2
Subgroups: 1
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr2

driver.applications.k91Wlan.calculate.dline.repcap_displayLine_set(repcap.DisplayLine.Nr1)
get(window=Window.Default, displayLine=DisplayLine.Default) float[source]
# CALCulate<n>:DLINe<dl>
value: float = driver.applications.k91Wlan.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<dl>
driver.applications.k91Wlan.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.k91Wlan.calculate.dline.clone()

Subgroups