State
SCPI Command :
CALCulate:SPECtrum<*>:PLISt:LABel:FREQuency[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) bool[source]
# CALCulate:SPECtrum<*>:PLISt:LABel:FREQuency[:STATe] value: bool = driver.calculate.spectrum.plist.label.frequency.state.get(spectrum = repcap.Spectrum.Default)
Includes the frequency of the detected peak in the diagram labels.
- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
show_frequency: OFF | ON
- set(show_frequency: bool, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:PLISt:LABel:FREQuency[:STATe] driver.calculate.spectrum.plist.label.frequency.state.set(show_frequency = False, spectrum = repcap.Spectrum.Default)
Includes the frequency of the detected peak in the diagram labels.
- Parameters:
show_frequency – OFF | ON
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)