Цитата(Andrew10 @ Oct 22 2005, 10:16)
1. Воспроизводится ли глюк у других пользователей?
2. Если нет, то что программа записывает при сохранении проекта в раздел
"Fields Сalculator" для определения этих функций?
3. Можно ли в определении Выходных переменных (Output Variable)) использовать интегрирование? Если да, то как?
1. Только что проверил в v10 - все в порядке, ничего не крешится
2. В файл при этом пишется следующее:
$begin 'FieldsCalculator'
$begin 'Named_Expression'
Name('qqq')
ExpressionID(19)
NameOfExpression('Mag_E')
Operation('UMathFunc', 'Cos')
$end 'Named_Expression'
Line_Discretization=1000
$end 'FieldsCalculator'
3. Не помню как в 9-ке, но в 10-й версии есть функции deriv, integ, min, max :
Some of these functions can operate along an entire curve. These are: deriv, min, max, integ, avg, rms, pk2pk, cang. These functions have syntax as follows:
• deriv(quantity) implicitly implies derivative over the primary sweep
• deriv(quantity, SweepVariable) explicitly means derivative over the sweep variable specified in the second argument (such as “Freq”).