Spurs

SCPI Command :

FETCh:PNOise<t>:SPURs
class SpursCls[source]

Spurs commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get(trace=Trace.Default) List[float][source]
# SCPI: 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.

param trace

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

return

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

Cloning the Group

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

Subgroups