Gets the RF Power strength. The value is ranging from 1 to 27. The default value is 11.
 
 
    Namespace: 
   com.gigatms.Parameters.TS800_60
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic int RfPower { get; set; }Public Property RfPower As Integer
	Get
	Set
public:
property int RfPower {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
 The RF Power strength. The value is ranging from 1 to 27. The default value is 11.
 
See Also