ParameterMapping#

class ansys.hps.client.jms.ParameterMapping(id=<marshmallow.missing>, creation_time=<marshmallow.missing>, modification_time=<marshmallow.missing>, created_by=<marshmallow.missing>, modified_by=<marshmallow.missing>, line=<marshmallow.missing>, column=<marshmallow.missing>, key_string=<marshmallow.missing>, float_field=<marshmallow.missing>, width=<marshmallow.missing>, precision=<marshmallow.missing>, tokenizer=<marshmallow.missing>, decimal_symbol=<marshmallow.missing>, digit_grouping_symbol=<marshmallow.missing>, string_quote=<marshmallow.missing>, true_string=<marshmallow.missing>, false_string=<marshmallow.missing>, parameter_definition_id=<marshmallow.missing>, task_definition_property=<marshmallow.missing>, file_id=<marshmallow.missing>, **kwargs)#

Provides the parameter mapping resource.

Parameters:
idstr, optional

Unique ID to access the resource, generated internally by the server on creation.

creation_timedatetime, optional

Date and time that the resource was created.

modification_timedatetime, optional

Date and time that the resource was last modified.

created_bystr, optional

ID of the user who created the object.

modified_bystr, optional

ID of the user who last modified the object.

lineint, optional
columnint, optional
key_stringstr, optional
float_fieldstr, optional
widthint, optional
precisionint, optional
tokenizerstr, optional
decimal_symbolstr, optional
digit_grouping_symbolstr, optional
string_quotestr, optional
true_stringstr, optional
false_stringstr, optional
parameter_definition_idstr, optional

ID of the linked parameter definition. For more information, see the ParameterDefinition class.

task_definition_propertystr, optional
file_idstr, optional

ID of the file resource.

Methods

ParameterMapping.declared_fields()

Provides a helper function for retrieving fields to define as class members for an object.

ParameterMapping.get(key[, default])