Gets or sets the unit for measuring the phase angle of the pressure for a harmonic analysis in a linear dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PhaseAngleUnit As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWPressure
Dim value As System.Integer
instance.PhaseAngleUnit = value
value = instance.PhaseAngleUnit |
C# | |
---|
System.int PhaseAngleUnit {get; set;} |
C++/CLI | |
---|
property System.int PhaseAngleUnit {
System.int get();
void set ( & System.int value);
} |
Property Value
Unit for measuring the phase angle as defined in
swsPhaseAngleUnit_e; -1 if undefined
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2014 SP0