Fplan

SCPI Command :

[SENSe]:SSEarch:FPLan
class FplanCls[source]

Fplan commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() bool[source]
# SCPI: [SENSe]:SSEarch:FPLan
value: bool = driver.applications.k50Spurious.sense.ssearch.fplan.get()

Enables or disables the the use of the frequency plan for identification of spurs.

return

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# SCPI: [SENSe]:SSEarch:FPLan
driver.applications.k50Spurious.sense.ssearch.fplan.set(state = False)

Enables or disables the the use of the frequency plan for identification of spurs.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

Cloning the Group

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

Subgroups