Object<ObjectIx>

RepCap Settings

# Range: Nr1 .. Nr12
rc = driver.source.regenerator.object.repcap_objectIx_get()
driver.source.regenerator.object.repcap_objectIx_set(repcap.ObjectIx.Nr1)

SCPI Commands :

[SOURce<HW>]:REGenerator:OBJect:CATalog
[SOURce<HW>]:REGenerator:OBJect<CH>:LOAD
class ObjectCls[source]

Object commands group definition. 30 total commands, 15 Subgroups, 2 group commands Repeated Capability: ObjectIx, default value after init: ObjectIx.Nr1

get_catalog() List[str][source]
# SCPI: [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.

return

filenames: filename1,filename2,… Returns a string of file names separated by commas.

load(filename: str, objectIx=ObjectIx.Default) None[source]
# SCPI: [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.

param filename

string

param objectIx

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.regenerator.object.clone()

Subgroups