Uses of Class
org.lfenergy.compas.scl2007b4.model.TDurationInMilliSec
Package
Description
sct.commons.dto is a group of DTO utils for operating on
SCL
servicesscl.com is a group of services for operating on
Communication
objectscl.ied is a group of services for operating on
IED
object-
Uses of TDurationInMilliSec in org.lfenergy.compas.scl2007b4.model
Modifier and TypeFieldDescriptionprotected TDurationInMilliSec
TGSE.maxTime
protected TDurationInMilliSec
TGSE.minTime
Modifier and TypeMethodDescriptionObjectFactory.createTDurationInMilliSec()
Create an instance ofTDurationInMilliSec
TGSE.getMaxTime()
Gets the value of the maxTime property.TGSE.getMinTime()
Gets the value of the minTime property.Modifier and TypeMethodDescriptionvoid
TGSE.setMaxTime
(TDurationInMilliSec value) Sets the value of the maxTime property.void
TGSE.setMinTime
(TDurationInMilliSec value) Sets the value of the minTime property. -
Uses of TDurationInMilliSec in org.lfenergy.compas.sct.commons.dto
Modifier and TypeMethodDescriptionControlBlockNetworkSettings.Settings.maxTime()
Returns the value of themaxTime
record component.ControlBlockNetworkSettings.Settings.minTime()
Returns the value of theminTime
record component.ModifierConstructorDescriptionSettings
(Integer vlanId, Byte vlanPriority, TDurationInMilliSec minTime, TDurationInMilliSec maxTime) Creates an instance of aSettings
record class. -
Uses of TDurationInMilliSec in org.lfenergy.compas.sct.commons.scl.com
Modifier and TypeMethodDescriptionvoid
ConnectedAPAdapter.updateGseOrCreateIfNotExists
(String ldInst, String cbName, List<TP> listOfP, TDurationInMilliSec minTime, TDurationInMilliSec maxTime) Create A GSE Section or update an existing GSE Section (the network configuration of a GSEControl block). -
Uses of TDurationInMilliSec in org.lfenergy.compas.sct.commons.scl.ied
Modifier and TypeMethodDescriptionControlBlockAdapter.configureNetwork
(long appId, String macAddress, Integer vlanId, Byte vlanPriority, TDurationInMilliSec minTime, TDurationInMilliSec maxTime) Configure the Communication section for this ControlBlock - Communication/SubNetwork/ConnectedAP/GSE for GSEControl block - Communication/SubNetwork/ConnectedAP/SMV for SampledValueControl block -
Uses of TDurationInMilliSec in org.lfenergy.compas.sct.commons.util
Modifier and TypeMethodDescriptionstatic TDurationInMilliSec
SclConstructorHelper.newDurationInMilliSec
(long value) Create new instance of TDurationInMilliSec with unit SECOND and multiplier MILLI.static TDurationInMilliSec
SclConstructorHelper.newDurationInMilliSec
(BigDecimal value, String unit, String multiplier) Create new instance of TDurationInMilliSecstatic TDurationInMilliSec
SclConstructorHelper.newDurationInMilliSec
(TDurationInMilliSec tDurationInMilliSec) Clone TDurationInMilliSec.Modifier and TypeMethodDescriptionstatic TDurationInMilliSec
SclConstructorHelper.newDurationInMilliSec
(TDurationInMilliSec tDurationInMilliSec) Clone TDurationInMilliSec.