Fplan

SCPI Commands :

[SENSe]:FPLan:SAVE
[SENSe]:FPLan:LOAD
Commands in total: 13
Subgroups: 3
Direct child commands: 2
load(filename: str) None[source]
# [SENSe]:FPLan:LOAD
driver.applications.k50Spurious.sense.fplan.load(filename = 'abc')

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

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

Cloning the Group

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

Subgroups