Appearance
KBE3D / KBSatellite / _tlejs / getIntDesignatorPieceOfLaunch
函数: getIntDesignatorPieceOfLaunch()
getIntDesignatorPieceOfLaunch(
tle:TLE,isTLEParsed?:boolean):string
Returns the piece of the launch, which makes up part of the COSPAR id (international designator). For example, "A" represents the primary payload, followed by secondary payloads, rockets involved in the launch, and any subsequent debris. See https://en.wikipedia.org/wiki/International_Designator Output range: A to ZZZ
参数
tle
Input TLE.
isTLEParsed?
boolean
Bypasses TLE parsing when true.
返回
string
示例
ts
getIntDesignatorPieceOfLaunch('1 25544U 98067A 17206.18396726 ...');
"A"