2018-01-24 12:17:13 -05:00
|
|
|
FileSourceSettings:
|
|
|
|
description: FileSource
|
|
|
|
properties:
|
|
|
|
fileName:
|
2018-05-26 05:40:37 -04:00
|
|
|
type: string
|
|
|
|
|
|
|
|
FileSourceReport:
|
|
|
|
description: FileSource
|
|
|
|
properties:
|
|
|
|
fileName:
|
|
|
|
type: string
|
|
|
|
sampleRate:
|
|
|
|
description: Record sample rate in S/s
|
|
|
|
type: integer
|
|
|
|
sampleSize:
|
|
|
|
description: Record sample size in number of bits
|
|
|
|
type: integer
|
|
|
|
absoluteTime:
|
|
|
|
description: Absolute record time string representation
|
|
|
|
type: string
|
|
|
|
elapsedTime:
|
|
|
|
description: Elapsed time since beginning string representation
|
|
|
|
type: string
|
|
|
|
durationTime:
|
|
|
|
description: Duration time string representation
|
|
|
|
type: string
|
|
|
|
|