![]() |
G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
|
This class provides methods for accessing
or modifying parameter set information.
More...
Public Member Functions | |
| UInt16 | GetNumberOfParameterSets () |
| Gets the number of defined parameter sets. | |
| IList< ParameterSetInformation > | GetParameterSetInformationList () |
| Returns a list of ParameterSetInformation containing information of the parameter sets. | |
| ParameterSetInformation | GetParameterSetInformation (UInt16 setId) |
| Returns the parameter set information of a specific set-id. | |
| UInt16 | GetLoadedParameterSetId () |
| Returns the set-id of a currently loaded parameter set. | |
| UInt16 | GetAutoLoadParameterSetId () |
| Returns the set-id of a parameter set configured for auto load. | |
| bool | EnableAutoLoad (UInt16 setId) |
| Enables the auto load configuration of an existing parameter set. | |
| bool | DisableAutoLoad () |
| Disables the auto load configuration of any parameter set. | |
| bool | LoadParameterSet (UInt16 setId) |
| Loads a specific parameter set if it exists. | |
| bool | StoreParameterSet (UInt16 setId) |
| Stores a preloaded parameter set id. The parameter set id to store has to match the previously loaded parameter set id. | |
This class provides methods for accessing
or modifying parameter set information.
|
inline |
Disables the auto load configuration of any parameter set.
Caution: When setting the AutoLoad the G5.System will automatically force a "store settings".
| G5ApiException |
|
inline |
Enables the auto load configuration of an existing parameter set.
Caution: When setting the AutoLoad the G5.System will automatically force a "store settings".
| setId |
| G5ApiException |
|
inline |
Returns the set-id of a parameter set configured for auto load.
| G5ApiException |
|
inline |
Returns the set-id of a currently loaded parameter set.
| G5ApiException |
|
inline |
Gets the number of defined parameter sets.
| G5ApiException |
|
inline |
Returns the parameter set information of a specific set-id.
| setId |
| G5ApiException |
|
inline |
Returns a list of ParameterSetInformation containing information of the parameter sets.
| G5ApiException |
|
inline |
Loads a specific parameter set if it exists.
| setId |
| G5ApiException |
|
inline |
Stores a preloaded parameter set id. The parameter set id to store has to match the previously loaded parameter set id.
| setId |
| G5ApiException |