ImportPy

SCPI Commands

CONFigure:FRAMe:IMPort:DELete
CONFigure:FRAMe:IMPort:DELete:ALL
CONFigure:FRAMe:IMPort
class ImportPy[source]

ImportPy commands group definition. 4 total commands, 1 Sub-groups, 3 group commands

delete(slave_config_file: str) None[source]
# SCPI: CONFigure:FRAMe:IMPort:DELete
driver.configure.frame.importPy.delete(slave_config_file = '1')

Risk of losing settings: Removes the specified interconnection configuration file from the primary switch unit’s compact flash memory. All secondary switch unit configuration filenames have the extension ‘.iconn’. Do not enter the extension when specifying a filename. A filename query does not return the extension. For example, when you save the interconnection configuration file ‘subunit1’, it is saved as ‘subunit1.iconn’. A query returns this filename as ‘subunit1’, only. Legacy file extensions are still supported.

param slave_config_file

String parameter to specify the name of the file to be deleted. If this file does not exist, a SCPI error is generated. You can query the error with SYST:ERR?. The result can be, for example: -200,’Execution error;File does not exist.,CONF:FRAM:IMP:DEL ‘’setup3frameconfigs’’’

delete_all(path_information: Optional[str] = None) None[source]
# SCPI: CONFigure:FRAMe:IMPort:DELete:ALL
driver.configure.frame.importPy.delete_all(path_information = '1')

Risk of losing settings: Removes all interconnection configuration files from the primary switch unit’s compact flash memory. Before you delete all secondary switch unit configuration files, we recommend using the command method RsOsp. Configure.Frame.ImportPy.Catalog.get_ to query all currently defined interconnection configuration files. All secondary switch unit configuration filenames have the extension ‘.iconn’. Do not enter the extension when specifying a filename. A filename query does not return the extension. For example, when you save the interconnection configuration file ‘subunit1’, it is saved as ‘subunit1.iconn’. A query returns this filename as ‘subunit1’, only. Legacy file extensions are still supported.

param path_information

No help available

set_value(slave_config_file: str) None[source]
# SCPI: CONFigure:FRAMe:IMPort
driver.configure.frame.importPy.set_value(slave_config_file = '1')

Loads a secondary devices configuration file from the compact flash memory of your primary switch unit into its internal volatile memory. As a prerequisite, you must have exported such a file in advance, see method RsOsp.Configure.Frame. export. All secondary switch unit configuration filenames have the extension ‘.iconn’. Do not enter the extension when specifying a filename. A filename query does not return the extension. For example, when you save the interconnection configuration file ‘subunit1’, it is saved as ‘subunit1.iconn’. A query returns this filename as ‘subunit1’, only. Legacy file extensions are still supported. Risk of losing settings: Note that this command overwrites the secondary switch units in the current frames configuration in the primary switch unit’s internal memory with the secondary switch units configuration in the loaded file. To avoid losing a current secondary switch units configuration, consider saving this configuration by method RsOsp.Configure.Frame.export, before you send the import command.

param slave_config_file

String parameter to specify the name of the file to be loaded.

Subgroups