Source
SCPI Command :
CALCulate:SPECtrum<*>:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) SignalSource[source]
# CALCulate:SPECtrum<*>:SOURce value: enums.SignalSource = driver.calculate.spectrum.source.get(spectrum = repcap.Spectrum.Default)
Selects the source for the spectrum.
- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
source: C1 | C2 | … | C8 | M1 | M2 | … | M8 | R1 | R2 | … | R8 | TRK1 | TRK2 | TRK3 | … | TRK24 | PA1QPOWER | PA2QPOWER | … | PA6QPOWER | PA1SPOWER | PA2SPOWER | … | PA6SPOWER | OnC1 | OnC2 | … | OnC8 (n = 2 to 11
- set(source: SignalSource, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:SOURce driver.calculate.spectrum.source.set(source = enums.SignalSource.C1, spectrum = repcap.Spectrum.Default)
Selects the source for the spectrum.
- Parameters:
source – C1 | C2 | … | C8 | M1 | M2 | … | M8 | R1 | R2 | … | R8 | TRK1 | TRK2 | TRK3 | … | TRK24 | PA1QPOWER | PA2QPOWER | … | PA6QPOWER | PA1SPOWER | PA2SPOWER | … | PA6SPOWER | OnC1 | OnC2 | … | OnC8 (n = 2 to 11
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)