Write / Read |
About Source Power CalAbout PMAR |
Description |
Sets or returns the frequency associated with a Power Sensor CalFactor Segment or Sets or returns the frequency associated with a Power Loss Segment. |
VB Syntax |
object.Frequency = value |
Variable |
(Type) - Description |
object |
One of the following objects: |
value |
(double) – Frequency in units of Hz. This can be any non-negative value (limited by the maximum value of double). |
Return Type |
Double |
Default |
0 |
Examples |
seg.Frequency = 6e9 'Write |
C++ Syntax |
HRESULT put_Frequency(double newVal); HRESULT get_Frequency(double *pVal); |
Interface |
One of the above objects. |