Uses of Class
spice.basic.SCLK
-
Packages that use SCLK Package Description spice.basic -
-
Uses of SCLK in spice.basic
Fields in spice.basic declared as SCLK Modifier and Type Field Description private SCLK
SCLKDuration. clockID
private SCLK
SCLKTime. clockID
Methods in spice.basic that return SCLK Modifier and Type Method Description SCLK
Instrument. getSCLK()
Return SCLK ID associated with an Instrument.The returned ID is that returned by the SPICE routine CKMETA.SCLK
SCLKDuration. getSCLK()
Return the SCLK ID of a SCLKDuration.This method returns a deep copy.SCLK
SCLKTime. getSCLK()
Get SCLK associated with an SCLKTime.Constructors in spice.basic with parameters of type SCLK Constructor Description SCLK(SCLK ID)
Construct an SCLK from another SCLK.SCLKDuration(SCLK clock, double ticks)
Construct a SCLKDuration from a clock ID and a tick count.SCLKDuration(SCLK clock, java.lang.String clkstr)
Construct a SCLKDuration from a clock ID and an SCLK duration string.SCLKDuration(SCLK clock, Duration d, Time startTime)
Create a SCLKDuration from an SCLK ID, any Duration subclass and a start time.SCLKTime(SCLK clock, double ticks)
Construct an SCLKTime from double precision ticks.SCLKTime(SCLK clock, java.lang.String sclkch)
Construct an SCLKTime from an SCLK string.SCLKTime(SCLK clock, Time time)
Construct an SCLKTime from a Time.
-