Value
SCPI Command :
CALCulate<n>:LIMit<li>:ESPectrum:VALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default) float[source]
# CALCulate<n>:LIMit<li>:ESPectrum:VALue value: float = driver.applications.k149Uwb.calculate.limit.espectrum.value.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.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’)
- set(seg_cap_events_count: float, window=Window.Default, limitIx=LimitIx.Default) None[source]
# CALCulate<n>:LIMit<li>:ESPectrum:VALue driver.applications.k149Uwb.calculate.limit.espectrum.value.set(seg_cap_events_count = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.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’)