Spurs

SCPI Command :

FETCh:PNOise<t>:SPURs
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get(trace=Trace.Default) List[float][source]
# FETCh:PNOise<t>:SPURs
value: List[float] = driver.applications.k40PhaseNoise.fetch.pnoise.spurs.get(trace = repcap.Trace.Default)

Queries the location and level of all spurs that have been detected.

Parameters:

trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Pnoise’)

Returns:

spurs: Returns two values (frequency and level) for each each spur that has been detected.

Cloning the Group

# Create a copy of the original group, that exists independently
spurs_copy = driver.applications.k40PhaseNoise.fetch.pnoise.spurs.clone()

Subgroups