Copy

SCPI Command :

CALCulate<n>:LIMit<li>:COPY
class CopyCls[source]

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

get(window=Window.Default, limitIx=LimitIx.Default) int[source]
# SCPI: CALCulate<n>:LIMit<li>:COPY
value: int = driver.calculate.limit.copy.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Copies a limit line.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param limitIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)

return

line: 1 to 8 number of the new limit line name String containing the name of the limit line.

set(line: int, window=Window.Default, limitIx=LimitIx.Default) None[source]
# SCPI: CALCulate<n>:LIMit<li>:COPY
driver.calculate.limit.copy.set(line = 1, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)

Copies a limit line.

param line

1 to 8 number of the new limit line name String containing the name of the limit line.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param limitIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)