Fplan

SCPI Commands :

[SENSe]:FPLan:SAVE
[SENSe]:FPLan:LOAD
class FplanCls[source]

Fplan commands group definition. 13 total commands, 3 Subgroups, 2 group commands

load(filename: str) None[source]
# SCPI: [SENSe]:FPLan:LOAD
driver.applications.k50Spurious.sense.fplan.load(filename = 'abc')

Loads a stored frequency plan configuration from a .csv file.

param filename

No help available

save(filename: str) None[source]
# SCPI: [SENSe]:FPLan:SAVE
driver.applications.k50Spurious.sense.fplan.save(filename = 'abc')

Saves the current frequency plan configuration to a user-defined .csv file for later use. The result is a comma-separated list of values with the following syntax for each row of the frequency plan: <Num>,<Comp>,<InFreq1>,<MaxHarm1>,<InFreq2>, <Fact>,<MaxHarm2>,<Ident2>,<BandCtr>,<BandSpn>

param filename

No help available

Cloning the Group

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

Subgroups