ImportPy

SCPI Commands

TRIGger:IMPort:DELete
TRIGger:IMPort:DELete:ALL
TRIGger:IMPort
class ImportPy[source]

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

delete(trigger_config_file: str) None[source]
# SCPI: TRIGger:IMPort:DELete
driver.trigger.importPy.delete(trigger_config_file = '1')

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

param trigger_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.,TRIG:IMP:DEL ‘’sequencedtrig2’’’

delete_all(path_information: Optional[str] = None) None[source]
# SCPI: TRIGger:IMPort:DELete:ALL
driver.trigger.importPy.delete_all(path_information = '1')

Risk of losing settings: Removes all trigger configuration files from the primary switch unit’s compact flash memory. Before you delete all trigger configuration files, we recommend using the command method RsOsp.Trigger.ImportPy.Catalog. get_ to query all currently stored trigger configuration files. All trigger configuration filenames have the extension ‘. trigger’. Do not enter the extension when specifying a filename. A filename query does not return the extension. For example, when you save the trigger configuration file ‘trg42’, it is saved as ‘trg42.trigger’. A query returns this filename as ‘trg42’, only.

param path_information

No help available

set_value(import_filename: str) None[source]
# SCPI: TRIGger:IMPort
driver.trigger.importPy.set_value(import_filename = '1')

Loads a trigger 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.Trigger.export. All trigger configuration filenames have the extension ‘.trigger’. Do not enter the extension when specifying a filename. A filename query does not return the extension. For example, when you save the trigger configuration file ‘trg42’, it is saved as ‘trg42.trigger’. A query returns this filename as ‘trg42’, only. Risk of losing settings: Note that this command overwrites the current trigger configuration in the primary switch unit’s internal memory with the trigger configuration in the loaded file. To avoid losing a current trigger configuration, consider saving this configuration by method RsOsp. Trigger.export, before you send the import command.

param import_filename

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

Subgroups