public static class CRDConfiguration.TransponderConfiguration extends Object
Constructor and Description |
---|
TransponderConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
getSpacecraftClockAndDriftApplied()
Get the spacecraft clock offset and drift applied indicator.
|
int |
getStationClockAndDriftApplied()
Get the station clock offset and drift applied indicator.
|
double |
getStationOscDrift()
Get the estimated station oscillator drift in parts in 10¹⁵.
|
double |
getStationUTCOffset()
Get the estimated station UTC offset.
|
double |
getTranspClkRefTime()
Get the transponder clock reference time.
|
String |
getTransponderId()
Get the transponder configuration ID.
|
double |
getTranspOscDrift()
Get the estimated transponder oscillator drift in parts in 10¹⁵.
|
double |
getTranspUTCOffset()
Get the estimated transponder UTC offset.
|
boolean |
isSpacecraftTimeSimplified()
Get the spacecraft time simplified flag.
|
void |
setIsSpacecraftTimeSimplified(boolean isSpacecraftTimeSimplified)
Set the spacecraft time simplified flag.
|
void |
setSpacecraftClockAndDriftApplied(int spacecraftClockAndDriftApplied)
Set the spacecraft clock offset and drift applied indicator.
|
void |
setStationClockAndDriftApplied(int stationClockAndDriftApplied)
Set the station clock offset and drift applied indicator.
|
void |
setStationOscDrift(double stationOscDrift)
Set the estimated station oscillator drift in parts in 10¹⁵.
|
void |
setStationUTCOffset(double stationUTCOffset)
Set the estimated station UTC offset.
|
void |
setTranspClkRefTime(double transpClkRefTime)
Set the transponder clock reference time.
|
void |
setTransponderId(String transponderId)
Set the transponder configuration ID.
|
void |
setTranspOscDrift(double transpOscDrift)
Set the estimated transponder oscillator drift in parts in 10¹⁵.
|
void |
setTranspUTCOffset(double transpUTCOffset)
Set the estimated transponder UTC offset.
|
public String getTransponderId()
public void setTransponderId(String transponderId)
transponderId
- the transponder configuration ID to setpublic double getStationUTCOffset()
public void setStationUTCOffset(double stationUTCOffset)
stationUTCOffset
- the estimated station UTC offset to set in secondspublic double getStationOscDrift()
public void setStationOscDrift(double stationOscDrift)
stationOscDrift
- the station oscillator drift to setpublic double getTranspUTCOffset()
public void setTranspUTCOffset(double transpUTCOffset)
transpUTCOffset
- the estimated transponder UTC offset to set in secondspublic double getTranspOscDrift()
public void setTranspOscDrift(double transpOscDrift)
transpOscDrift
- the estimated transponder oscillator drift to setpublic double getTranspClkRefTime()
public void setTranspClkRefTime(double transpClkRefTime)
transpClkRefTime
- the transponder clock reference time to setpublic int getStationClockAndDriftApplied()
public void setStationClockAndDriftApplied(int stationClockAndDriftApplied)
stationClockAndDriftApplied
- the indicator to setpublic int getSpacecraftClockAndDriftApplied()
public void setSpacecraftClockAndDriftApplied(int spacecraftClockAndDriftApplied)
spacecraftClockAndDriftApplied
- the indicator to setpublic boolean isSpacecraftTimeSimplified()
public void setIsSpacecraftTimeSimplified(boolean isSpacecraftTimeSimplified)
isSpacecraftTimeSimplified
- true if spacecraft time is simplifiedCopyright © 2002-2022 CS GROUP. All rights reserved.