Record
SCPI Commands :
SYSTem:PROFiling:RECord
SYSTem:PROFiling:RECord:CLEar
SYSTem:PROFiling:RECord:IGNore
SYSTem:PROFiling:RECord:SAVE
- class RecordCls[source]
Record commands group definition. 7 total commands, 2 Subgroups, 4 group commands
- clear() None [source]
# SCPI: SYSTem:PROFiling:RECord:CLEar driver.system.profiling.record.clear()
No command help available
- clear_with_opc(opc_timeout_ms: int = -1) None [source]
# SCPI: SYSTem:PROFiling:RECord:CLEar driver.system.profiling.record.clear_with_opc()
No command help available
Same as clear, but waits for the operation to complete before continuing further. Use the RsAreg800.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms:
Maximum time to wait in milliseconds, valid only for this call.
- get(index: List[str]) List[str] [source]
# SCPI: SYSTem:PROFiling:RECord value: List[str] = driver.system.profiling.record.get(index = ['abc1', 'abc2', 'abc3'])
No command help available
- param index:
No help available
- return:
index: No help available
- get_ignore() float [source]
# SCPI: SYSTem:PROFiling:RECord:IGNore value: float = driver.system.profiling.record.get_ignore()
No command help available
- return:
count: No help available
- save(filename: str) None [source]
# SCPI: SYSTem:PROFiling:RECord:SAVE driver.system.profiling.record.save(filename = 'abc')
No command help available
- param filename:
No help available
- set_ignore(count: float) None [source]
# SCPI: SYSTem:PROFiling:RECord:IGNore driver.system.profiling.record.set_ignore(count = 1.0)
No command help available
- param count:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.system.profiling.record.clone()
Subgroups