Limit

SCPI Command :

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

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

get(window=Window.Default) str[source]
# SCPI: 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.

param window

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

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