Ldmin, Maxcount, Type – Measurement Computing DAQFlex User Guide User Manual

Page 87

Advertising
background image

DAQFlex Software User's Guide

DAQFlex Message Reference – Reflection messages – CTR

87

LDMIN

Get the minimum count value that can be set using the "CTR{ch}:VALUE=" message.
Message

"@CTR{ch}:LDMIN"

Response

"CTR{ch}:LDMIN=<implementation>value"

ch

The number of the counter channel.

implementation FIXED%, or not specified if value is NOT_SUPPORTED

value

The minimum count that can be used for the VALUE property, or

NOT_SUPPORTED.

Example

"CTR{0}:LDMIN=FIXED%0"

MAXCOUNT

Get the maximum count of the specified counter.
Message

"@CTR{ch}:MAXCOUNT"

Response

"CTR{ch}:MAXCOUNT=<implementation>value"

ch

The number of the counter channel.

implementation

FIXED%, or not specified if value is NOT_SUPPORTED

value

The maximum count of the counter, or returns NOT_SUPPORTED

if the device has no counters.

Example

"CTR{0}:MAXCOUNT=FIXED%65535"

TYPE

Get the counter type.
Message

"@CTR{ch}:TYPE"

Response

"CTR{ch}:TYPE=<implementation>value"

ch

The counter number.

implementation

FIXED%, or not specified if value is NOT_SUPPORTED

value

8254, 9513, EVENT, or returns NOT_SUPPORTED if the device has

no counters.

Example

"CTR{0}:TYPE=FIXED%EVENT"

Advertising