Object<ObjectIx>
SCPI Commands :
[SOURce<HW>]:REGenerator:OBJect:CATalog
[SOURce<HW>]:REGenerator:OBJect<CH>:LOAD
- Commands in total: 30Subgroups: 15Direct child commands: 2
Repeated Capability Setting:
# Range: Nr1 .. Nr12 driver.source.regenerator.object.repcap_objectIx_set(repcap.ObjectIx.Nr1)
- get_catalog() List[str][source]
# [SOURce<HW>]:REGenerator:OBJect:CATalog value: List[str] = driver.source.regenerator.object.get_catalog()
Queries files with object setting in the default directory. Listed are files with the file extension reg_obj. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- Returns:
filenames: filename1,filename2,… Returns a string of file names separated by commas.
- load(filename: str, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:LOAD driver.source.regenerator.object.load(filename = 'abc', objectIx = repcap.ObjectIx.Default)
Loads the selected file from the default or the specified directory. Loaded are files with extension reg_obj. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- Parameters:
filename – string
objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
Cloning the Group
# Create a copy of the original group, that exists independently
object_copy = driver.source.regenerator.object.clone()
Subgroups