CurrentsExportSettings

Currents export options.

Example

app = cf.GetApplication()
project = app:NewProject()

currentsRequest = project.SolutionConfigurations[1].Currents:Add()

    -- Modify the export settings for the currents request

currentsRequest.ExportSettings.ASCIIEnabled = true

Usage locations (object properties)

The following objects have properties using the CurrentsExportSettings object:

Property List

ASCIIEnabled
Export currents to ASCII file (*.os/*.ol). (Read/Write boolean)
OutFileEnabled
Export currents to *.out file. (Read/Write boolean)

Property Details

ASCIIEnabled
Export currents to ASCII file (*.os/*.ol).
Type
boolean
Access
Read/Write
OutFileEnabled
Export currents to *.out file.
Type
boolean
Access
Read/Write