Limit<Window>
SCPI Command :
MMEMory:LOAD<n>:LIMit
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr16 driver.applications.k14Xnr5G.massMemory.load.limit.repcap_window_set(repcap.Window.Nr1)
- get(window=Window.Default) str[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- Returns:
filename: String containing the path and name of the CSV import file.
- set(filename: str, window=Window.Default) None[source]
# 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.
- Parameters:
filename – String containing the path and name of the CSV import file.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
Cloning the Group
# Create a copy of the original group, that exists independently
limit_copy = driver.applications.k14Xnr5G.massMemory.load.limit.clone()