C# Class Saleae.SocketApi.ExportDataStruct

Afficher le fichier Open project: saleae/SaleaeSocketApi Class Usage Examples

Méthodes publiques

Свойство Type Description
AnalogChannelsToExport int[]
AnalogFormat AnalogOutputFormat
BinaryBitShifting BinaryBitShifting
BinaryOutputMode BinaryOutputMode
BinaryOutputWordSize BinaryOutputWordSize
CsvDelimiterType CsvDelimiterType
CsvDensity CsvDensity
CsvDisplayBase CsvBase
CsvIncludeHeaders CsvHeadersType
CsvOutputMode CsvOutputMode
CsvTimestampType CsvTimestampType
DataExportMixedExportMode DataExportMixedModeExportType
DataExportType DataExportType
DigitalChannelsToExport int[]
EndingTime double
ExportChannelSelection DataExportChannelSelection
FileName String
SamplesRangeType DataExportSampleRangeType
StartingTime double

Property Details

AnalogChannelsToExport public_oe property

List channel indexes of analog channels to export. Only required if you select "SpecificChannels"
public int[] AnalogChannelsToExport
Résultat int[]

AnalogFormat public_oe property

ADC values or floating point voltages. Required for all export types that include analog channels
public AnalogOutputFormat AnalogFormat
Résultat AnalogOutputFormat

BinaryBitShifting public_oe property

Only required for digital only Binary mode
public BinaryBitShifting BinaryBitShifting
Résultat BinaryBitShifting

BinaryOutputMode public_oe property

Only required for digital only Binary mode
public BinaryOutputMode BinaryOutputMode
Résultat BinaryOutputMode

BinaryOutputWordSize public_oe property

Only required for digital only Binary mode
public BinaryOutputWordSize BinaryOutputWordSize
Résultat BinaryOutputWordSize

CsvDelimiterType public_oe property

Required for all CSV exports
public CsvDelimiterType CsvDelimiterType
Résultat CsvDelimiterType

CsvDensity public_oe property

Only required when exporting digital only CSV data. CsvTransition produces a smaller file where only transition timestamps are exported CsvComplete includes every single sample
public CsvDensity CsvDensity
Résultat CsvDensity

CsvDisplayBase public_oe property

Required when exporting analog samples as raw ADC value. Also Required when exporting digital only data in "CsvSingleNumber" format
public CsvBase CsvDisplayBase
Résultat CsvBase

CsvIncludeHeaders public_oe property

Required for all CSV exports.
public CsvHeadersType CsvIncludeHeaders
Résultat CsvHeadersType

CsvOutputMode public_oe property

Required only when exporting digital only CSV. Does not apply when exporting analog and digital or analog only.
public CsvOutputMode CsvOutputMode
Résultat CsvOutputMode

CsvTimestampType public_oe property

Only applies when exporting digital only CSV Does not apply when exporting analog and digital or analog only. (time values used)
public CsvTimestampType CsvTimestampType
Résultat CsvTimestampType

DataExportMixedExportMode public_oe property

This option is only required & applied IF your capture contains digital and analog channels, AND you select "Specific Channels" for the channel selection option. i. e. If you then select digital only, you will get the native, digital only interface for an export mode.
public DataExportMixedModeExportType DataExportMixedExportMode
Résultat DataExportMixedModeExportType

DataExportType public_oe property

Primary export type. Always required
public DataExportType DataExportType
Résultat DataExportType

DigitalChannelsToExport public_oe property

List channel indexes of digital channels to export. Only required if you select "SpecificChannels"
public int[] DigitalChannelsToExport
Résultat int[]

EndingTime public_oe property

End time of export. Only appies if "RangeTimes" is set. Relative to trigger sample, can be negative.
public double EndingTime
Résultat double

ExportChannelSelection public_oe property

This option allows you to export all channels in the capture, or only specific channels. Alaways required
public DataExportChannelSelection ExportChannelSelection
Résultat DataExportChannelSelection

FileName public_oe property

The fully qualified path to the target file. Folder must exist. Path must be absolute. Always required features like ~/ and %appdata% are not supported. You can exand those first before passing the path.
public String FileName
Résultat String

SamplesRangeType public_oe property

Export all time, or just export a specific range of time. Always required Command will NAK if a custom time range extends past captured data.
public DataExportSampleRangeType SamplesRangeType
Résultat DataExportSampleRangeType

StartingTime public_oe property

Start time of export. Only appies if "RangeTimes" is set. Relative to trigger sample, can be negative.
public double StartingTime
Résultat double