Femtet2026.0マクロヘルプ/マニュアル
 

ホーム / 解析条件の設定 / CHertzSurroundField / プロパティ / PhiStep

PhiStepプロパティ

定義

PhiStep  As Long
値の取得  
値の設定  

引数

引数はありません

解説

周辺電磁界計算のサンプリングポイントを指定するのに使われます

実行例

Dim Femtet As New CFemtet
Dim Als As CAnalysis

If Femtet.OpenNewProject() = False Then
    Femtet.ShowLastError
End If

'Femtet.Analysisを変数Alsに代入して使いやすくする
Set Als = Femtet.Analysis

Als.HertzSurroundField.SamplingInputType = N_STEP_ENUM

Als.HertzSurroundField.PhiMin = 0

Als.HertzSurroundField.PhiMax = 90

Als.HertzSurroundField.PhiStep = 1

Als.HertzSurroundField.ThetaMin = 0

Als.HertzSurroundField.ThetaMax = 180

Als.HertzSurroundField.ThetaStep = 18