Minimum
SCPI Command :
CALCulate<n>:LIMit<li>:ESPectrum:PCLass<pc>:MINimum
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, limitIx=LimitIx.Default, powerClass=PowerClass.Default) float[source]
# CALCulate<n>:LIMit<li>:ESPectrum:PCLass<pc>:MINimum value: float = driver.applications.k149Uwb.calculate.limit.espectrum.pclass.minimum.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, powerClass = repcap.PowerClass.Default)
Defines the lower limit of a particular power class. .. note:
- The first power class always has a lower limit of -200 dBm. - The lower limit of a power class must always be the same as the upper limit of the previous power class. - The power class must already exist (see method ``RsFsw.calculate.limit.espectrum.pclass.count.set()`` ) .
- 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’)
powerClass – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pclass’)
- set(min_py: float, window=Window.Default, limitIx=LimitIx.Default, powerClass=PowerClass.Default) None[source]
# CALCulate<n>:LIMit<li>:ESPectrum:PCLass<pc>:MINimum driver.applications.k149Uwb.calculate.limit.espectrum.pclass.minimum.set(min_py = 1.0, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default, powerClass = repcap.PowerClass.Default)
Defines the lower limit of a particular power class. .. note:
- The first power class always has a lower limit of -200 dBm. - The lower limit of a power class must always be the same as the upper limit of the previous power class. - The power class must already exist (see method ``RsFsw.calculate.limit.espectrum.pclass.count.set()`` ) .
- 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’)
powerClass – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pclass’)