Home / Analysis Condition Settings / CHeltz / Property / bSinglePortSetting
bSinglePortSetting Property
Syntax
bSinglePortSetting As Boolean| Gets the value | Yes | |
| Sets the value | Yes |
Parameters
No parametersNotes
Sets or gets whether to use the function of single-port transformation.Example
Dim Femtet As New CFemtetDim Als As CAnalysis
If Femtet.OpenNewProject() = False Then
Femtet.ShowLastError
End If
'Substitute Femtet.Analysis for variable Als.
Set Als = Femtet.Analysis
Als.Hertz.bSinglePortSetting = True


