Spurs

SCPI Commands

FETCh:PNOise<Trace>: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)

This command 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: No help available

Cloning the Group

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

Subgroups