114
PICam™ 5.x Programmer’s Manual
Issue 11
5.3.1.2
PicamPulseConstraint
Description
defines the constraints placed on a valid gate pulse.
Structure Definition
is:
typedef struct PicamPulseConstraint
{
PicamConstraintScope scope;
PicamConstraintSeverity severity;
pibln empty_set;
PicamRangeConstraint delay_constraint;
PicamRangeConstraint width_constraint;
piflt minimum_duration;
piflt maximum_duration;
} PicamPulseConstraint;
Variable Definitions
The variables required by
scope:
The scope of the constraint.
severity:
The severity of the constraint.
empty_set:
Indicates when there are no valid Pulses defined.
Valid values are:
• TRUE
There are no valid Pulses defined.
When TRUE, only
are relevant.
• FALSE
There is at least one valid Pulse defined.
delay_constraint:
The constraint governing the value of
PicamPulse.delay
.
width_constraint:
The constraint governing the value of
PicamPulse.width
.
minimum_duration:
The minimum numeric value for:
[PicamPulse.delay
+
PicamPulse.width]
maximum_duration:
The maximum numeric value for:
[PicamPulse.delay
+
PicamPulse.width]
Содержание Princeton Instruments PICam 5.x
Страница 1: ...www princetoninstruments com PICam 5 x Programmer s Manual 4411 0161 Issue 11 June 28 2021...
Страница 4: ...4 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 14: ...14 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 180: ...180 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 192: ...192 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 290: ...290 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 302: ...302 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 326: ...324 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 351: ...This page is intentionally blank...
Страница 354: ......