Value
SCPI Command :
CALCulate<n>:LIMit<li>:ESPectrum<sb>:VALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) float[source]
# CALCulate<n>:LIMit<li>:ESPectrum<sb>:VALue value: float = driver.calculate.limit.espectrum.value.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)
Activates the manual limit line selection as and specifies the expected power as a value. Depending on the entered value, the associated predefined limit lines is selected. Has the same effect as a combination of the CALC:LIM:ESP:MODE MAN and the method
RsFsw.calculate.limit.espectrum.pclass.exclusive.set()commands; however, the power class to be used is not defined directly, but via the expected power. As opposed to CALC:LIM:ESP:MODE AUTO, the power class is not re-assigned to the input signal power dynamically, but only once when the command is executed.- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)
- Returns:
power: integer Range: -200 to 199
- set(power: float, window=Window.Default, limitIx=LimitIx.Default, subBlock=SubBlock.Default) None[source]
# CALCulate<n>:LIMit<li>:ESPectrum<sb>:VALue driver.calculate.limit.espectrum.value.set(power = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, subBlock = repcap.SubBlock.Default)
Activates the manual limit line selection as and specifies the expected power as a value. Depending on the entered value, the associated predefined limit lines is selected. Has the same effect as a combination of the CALC:LIM:ESP:MODE MAN and the method
RsFsw.calculate.limit.espectrum.pclass.exclusive.set()commands; however, the power class to be used is not defined directly, but via the expected power. As opposed to CALC:LIM:ESP:MODE AUTO, the power class is not re-assigned to the input signal power dynamically, but only once when the command is executed.- Parameters:
power – integer Range: -200 to 199
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
limitIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)