Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | benchmark | |
Tool | atmosphere |
Get the dipersive and non-dispersive phase depay factor.
dispPhase | out | dispersive phase delay factor | |
Allowed: | Quantum with a vector value and unit of m-1 | ||
Default: | none | ||
nonDispPhase | out | non-dispersive phase delay factor | |
Allowed: | Quantum with a vector value and unit of m-1 | ||
Default: | none |
myatm.getPhaseFactor( dispPhase=dispPhase, nonDispPhase=nonDispPhase ); print spaste( 'dispPhase = ' , dispPhase ); print spaste( 'nonDispPhase = ', nonDispPhase ); dispPhase = [value=[740.282096 740.282096] , unit=deg.m-1] nonDispPhase = [value=[1.60255787 1.60255787] , unit=deg.m-1]