The frequency of the local powersupply in Hz. The default value is '50'.


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Shared Property PowerFreq As Integer
C#
public static int PowerFreq { get; set; }
C++
public static property int PowerFreq {
    int get();
    void set(int value);
}
J#
/** property */
public int get_PowerFreq();

/** property */
public void set_PowerFreq(int value);
JScript
public function get PowerFreq() : int

public function set PowerFreq(value : int);

Property Value

Missing <value> tag for "P:PalmSens.Method.PowerFreq"

See Also