Range
SCPI Command :
CALCulate:SPECtrum<*>:MAGNitude:RANGe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) float[source]
# CALCulate:SPECtrum<*>:MAGNitude:RANGe value: float = driver.calculate.spectrum.magnitude.range.get(spectrum = repcap.Spectrum.Default)
Sets the range of the spectrum values to be displayed.
- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
vertical_range: 0 to 1000000000000000
- set(vertical_range: float, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:MAGNitude:RANGe driver.calculate.spectrum.magnitude.range.set(vertical_range = 1.0, spectrum = repcap.Spectrum.Default)
Sets the range of the spectrum values to be displayed.
- Parameters:
vertical_range – 0 to 1000000000000000
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)