File<Index>
RepCap Settings
# Range: Nr1 .. Nr64
rc = driver.source.bb.gnss.sv.importPy.sbas.egnos.remove.file.repcap_index_get()
driver.source.bb.gnss.sv.importPy.sbas.egnos.remove.file.repcap_index_set(repcap.Index.Nr1)
SCPI Command :
[SOURce<HW>]:BB:GNSS:SV:IMPort:SBAS:EGNOS:REMove:FILE<CH>
- class FileCls[source]
File commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Index, default value after init: Index.Nr1
- set(index=Index.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:IMPort:SBAS:EGNOS:REMove:FILE<CH> driver.source.bb.gnss.sv.importPy.sbas.egnos.remove.file.set(index = repcap.Index.Default)
Removes one particular *.ems file for EGNOS correction data *.nstb file for WAAS correction data at the n-th position from the import file list.
- param index
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘File’)
- set_with_opc(index=Index.Default, opc_timeout_ms: int = - 1) None [source]
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.sv.importPy.sbas.egnos.remove.file.clone()