ListPy

SCPI Commands :

[SENSe]:LIST:SAVE
[SENSe]:LIST:LOAD
[SENSe]:LIST:CLEar
class ListPyCls[source]

ListPy commands group definition. 22 total commands, 1 Subgroups, 3 group commands

clear() None[source]
# SCPI: [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]
# SCPI: [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.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.

load(filename: str) None[source]
# SCPI: [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!

param filename

No help available

save(filename: str) None[source]
# SCPI: [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>

param filename

String containing the path and name of the file.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k50Spurious.sense.listPy.clone()

Subgroups