State¶
Leafs
- 
class 
ChannelMonitors.ChannelMonitor.Channels.Channel.State¶ Bases:
EntityClass Hierarchy:
ChannelMonitorsChannelMonitorChannelsChannelStateThis class represents state data.
Operational state data for PSD
- 
lower_frequency¶ Lower frequency of the specified PSD
type: int
range: 0..18446744073709551615config: False
- 
upper_frequency¶ Upper frequency of the specified PSD
type: int
range: 0..18446744073709551615config: False
- 
psd¶ Power spectral density expressed in nanowatts per megahertz, nW/MHz. These units allow the value to often be greater than 1.0. It also avoids dealing with zero values for 0dBm. For example, a 40GHz wide channel with 0dBm power would be: 0dBm = 1mW = 10^6nW 40GHz = 40,000MHz 0dBm/40GHz = 10^6nW/40,000MHz = 1000/40 = 25
type: str
length: 4..4config: False
units: nW/MHz
-