Limit<Window>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.applications.k14Xnr5G.massMemory.load.limit.repcap_window_get()
driver.applications.k14Xnr5G.massMemory.load.limit.repcap_window_set(repcap.Window.Nr1)

SCPI Command :

MMEMory:LOAD<n>:LIMit
class LimitCls[source]

Limit commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Window, default value after init: Window.Nr1

get(window=Window.Default) str[source]
# SCPI: MMEMory:LOAD<n>:LIMit
value: str = driver.applications.k14Xnr5G.massMemory.load.limit.get(window = repcap.Window.Default)

Loads the limit line from the selected file in .CSV format.

param window

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

return

filename: String containing the path and name of the CSV import file.

set(filename: str, window=Window.Default) None[source]
# SCPI: MMEMory:LOAD<n>:LIMit
driver.applications.k14Xnr5G.massMemory.load.limit.set(filename = 'abc', window = repcap.Window.Default)

Loads the limit line from the selected file in .CSV format.

param filename

String containing the path and name of the CSV import file.

param window

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.massMemory.load.limit.clone()