#include <KSFoundation.h>
Data Fields | |
KS_BASE | base |
KS_DESCRIPTION | description |
int | pg_duration |
int | max_duration |
KS_SEQLOC * | locs |
WF_PULSE * | wfpulse |
KS_WFINSTANCE * | wfi |
KS_RT_SCALE_LOG | rtscaling |
It is a requirement that there is a (sequence generating) function in the @pg
section (containing the ks_pg_wait() call(s)) that can be run on both HOST and TGT. This function should be called exactly once in cveval()
(after ks_eval_wait() and other ks_eval_***()
functions). ks_pg_wait() will throw an error on TGT if this has not been done.
KS_BASE base |
Internal use
KS_DESCRIPTION description |
Descriptive string for the wait object
int pg_duration |
Duration of the wait object in when pg'd [us]
int max_duration |
Maximum duration of the wait object in scan [us]
KS_SEQLOC* locs |
WF_PULSE* wfpulse |
Internal use
KS_WFINSTANCE* wfi |
Internal use
KS_RT_SCALE_LOG rtscaling |
Internal use