ListPy
SCPI Commands :
[SENSe]:LIST:SAVE
[SENSe]:LIST:LOAD
[SENSe]:LIST:CLEar
- Commands in total: 22Subgroups: 1Direct child commands: 3
- clear() None[source]
# [SENSe]:LIST:CLEar driver.applications.k50Spurious.sense.listPy.clear()
Removes all but the first range from the wide search settings table.
- clear_with_opc(opc_timeout_ms: int = -1) None[source]
# [SENSe]:LIST:CLEar driver.applications.k50Spurious.sense.listPy.clear_with_opc()
Removes all but the first range from the wide search settings table.
Same as clear, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- load(filename: str) None[source]
# [SENSe]:LIST:LOAD driver.applications.k50Spurious.sense.listPy.load(filename = 'abc')
Loads a stored range setup from a .csv file. The current settings in the table are overwritten by the settings in the file!
- save(filename: str) None[source]
# [SENSe]:LIST:SAVE driver.applications.k50Spurious.sense.listPy.save(filename = 'abc')
Saves the current range setup to a user-defined comma-separated (.csv) file for later use. The values are stored in the following order for each range: <No>,<Start>,<Stop>,<TNRStart>,<TNRStop>,<LimitOffset>,<PeakExcursion>,<SNR>,<AutoRBW>, <RBW>,<MaxFinalRBW>,<Detector>,<DetLength>,<Reserved>,<RefLevel>,<RFAttenuation>,<Preamp>
- Parameters:
filename – String containing the path and name of the file.
Cloning the Group
# Create a copy of the original group, that exists independently
listPy_copy = driver.applications.k50Spurious.sense.listPy.clone()
Subgroups