Copy
SCPI Command :
CALCulate<n>:LIMit<li>:COPY
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) int[source]
# CALCulate<n>:LIMit<li>:COPY value: int = driver.calculate.limit.copy.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Copies a limit line.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- Returns:
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]
# CALCulate<n>:LIMit<li>:COPY driver.calculate.limit.copy.set(line = 1, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Copies a limit line.
- Parameters:
line – 1 to 8 number of the new limit line name String containing the name of the limit line.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)