Gets or sets the units of phase angle for this base excitation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PhaseAngleUnit As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWBaseExcitation
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
Value as defined in
swsPhaseAngleUnit_e; -1 if undefined
Example
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0