Fplan

SCPI Command :

[SENSe]:SSEarch:FPLan
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() bool[source]
# [SENSe]:SSEarch:FPLan
value: bool = driver.applications.k50Spurious.sense.ssearch.fplan.get()

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

Returns:

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

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

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

Parameters:

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

Cloning the Group

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

Subgroups