Skip to main content
Version: V2 (Ignition 8.1)

system.mes.meter.getAllMeterConfigurations

Description

Retrieves a list of all Meter Configuration records in the system.

Permissions

This method requires the METERING.READ.GET permission.

Syntax

system.mes.meter.getAllMeterConfigurations()

Parameters

ParameterTypeNullableDescription
None--This method does not take any parameters.

Returns

Returns a list of JSON objects representing all Meter Configurations. Each object in the list has the same properties as those returned by getMeterConfiguration.

Code Examples

# Retrieve all Meter Configurations
meterConfigs = system.mes.meter.getAllMeterConfigurations()

# Output the list of Meter Configurations
print(meterConfigs)