:Revision=2
:html
<<
128.133
IMeasX4-Object|IMeasX4
--
The IP-Object IMeasX4 enables the access to a 4-channel current measurement module on the serial IO Bus.

>>

<<
128.133.3
Functions
--
>>

<<
128.133.3.1
IMeasX4.Get|Get
--
<!DEF>
function <!TW>IMeasX4.Get (rNr, rChannel : real [; rMode : real]) : real;
function <!TW>IMeasX4.Get (sName : string; rChannel : real [; rMode : real]) : real;
<!TXT>
Returns the value of the I or U input of the current measurement module.

Current in mA, voltage in V. 

Attention: long measuring time!

The module is selected by with <!PW>rNr by its module number or with <!PW>sName by its module name.

 <!PW>rChannel selects the measured channel
<!STBL>
<!>0<!>current-channel 1 with low shunt<!>
<!>1<!>current-channel 1 with high shunt<!>
<!>2<!>current-channel 2<!>
<!>3<!>current-channel 3<!>
<!>4<!>current-channel 4<!>
<!>5<!>voltage-channel<!>
<!ETBL>

 <!PW>rMode selects the range
<!STBL>
<!>-1<!>Autorange (default)<!>
<!>0<!>VU=1<!>
<!>1<!>VU=10<!>
<!>2<!>VU=100<!>
<!ETBL>

 <!PW>rMode is ignored, if <!PW>rChannel=5.
>>
<<
128.133.3.2
IMeasX4.IsActive|IsActive
--
<!DEF>
function <!TW>IMeasX4.IsActive (rNr : real) : real;
function <!TW>IMeasX4.IsActive (sName : string) : real;
<!TXT>
Returns <!RW>TRUE, if the module is activated and ready for operation.

The module is selected by with <!PW>rNr by its module number or with <!PW>sName by its module name.
>>
