RF Explorer for Python
|
Classes | |
class | RFECommunicator |
Functions | |
def | Convert_mW_2_dBm (mW) |
def | Convert_Watt_2_dBm (Watt) |
def | Convert_dBm_2_dBuV (dBm) |
def | Convert_dBuV_2_dBm (dBuV) |
def | Convert_dBm_2_mW (dBm) |
def | Convert_dBm_2_Watt (dBm) |
def | DecorateSerialNumberRAWString (sRAWSerialNumber) |
def | GetModelTextFromEnum (model) |
def | GetModelEnumFromText (sText) |
Variables | |
list | g_arrModels = ["UNKWN"] * 256 |
def RFExplorer.RFExplorer.Convert_dBm_2_dBuV | ( | dBm | ) |
Convert dBm to dBuV Parameters: dBm -- Value in dBm Returns: Float Value in dBuV
def RFExplorer.RFExplorer.Convert_dBm_2_mW | ( | dBm | ) |
Convert dBm to mW Parameters: dBm -- Value in dBm Returns: Float Value in mW
def RFExplorer.RFExplorer.Convert_dBm_2_Watt | ( | dBm | ) |
Convert dBm to Watt Parameters: dBm -- Value in dBm Returns: Float Value in Watt
def RFExplorer.RFExplorer.Convert_dBuV_2_dBm | ( | dBuV | ) |
Convert dBuV to dBm Parameters: dBuV -- Value in dBuV Returns: Float Value in dBm
def RFExplorer.RFExplorer.Convert_mW_2_dBm | ( | mW | ) |
Convert mw to dBm Parameters: mW -- Value in mW Returns: Float Value in dBm
def RFExplorer.RFExplorer.Convert_Watt_2_dBm | ( | Watt | ) |
Convert Watt to dBm Parameters: Watt -- Value in Watt Returns: Float Value in dBm
def RFExplorer.RFExplorer.DecorateSerialNumberRAWString | ( | sRAWSerialNumber | ) |
This function gives format to the serial number string as xxxx-xxxx-xxxx-xxxx Parameters: sRAWSerialNumber -- Original serial number format Returns: String changed serial number format
def RFExplorer.RFExplorer.GetModelEnumFromText | ( | sText | ) |
Returns model enumerator based on text provided Parameters: sText -- One of "433M", "868M", "915M", "WSUB1G", "2.4G", "WSUB3G", "6G", "WSUB1G_PLUS" or "RFE6GEN" Returns: RFE_Common.eModel Valid model enumerator or will set to MODEL_NONE if not found
def RFExplorer.RFExplorer.GetModelTextFromEnum | ( | model | ) |
Returns a human readable and normalized identifier text for the model specified in the enum Parameters: model -- RFExplorer model Returns: String text identifier such as 433M or WSUB1G
list RFExplorer.RFExplorer.g_arrModels = ["UNKWN"] * 256 |