Functions
This function loads a CSV file. After loading, you can access the different cells.
Attention: If you load another file, any cells obtained via
GetCell()are no longer valid. Copy the cell values before loading a new CSV file.
GetCsvParser
GetCsvParser(filepath)- filepath — File path with
.csvextension - returns —
ACENCsvParserobject
- filepath — File path with
from CENCsvParser import *
def PostTechInitAttributes(TechAttribInitOperator):
csvParser = CENOlpOperator.GetCsvParser()
Was this page helpful?