Limit

SCPI Command :

MMEMory:LOAD<n>:LIMit
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) str[source]
# MMEMory:LOAD<n>:LIMit
value: str = driver.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 ‘Load’)

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.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 ‘Load’)