diff --git a/articles/getting-started/property-categories.md b/articles/getting-started/property-categories.md index 8942806..b819365 100644 --- a/articles/getting-started/property-categories.md +++ b/articles/getting-started/property-categories.md @@ -5,8 +5,15 @@ title: Property Categories There are specific categories of properties that define when an operator's properties can be modified. -`Configuration` properties only have effect when a workflow is started and are used to initialize the hardware state. If they are changed while a workflow is running they will have no effect. +configuration properties have an effect on hardware when a workflow is started and are used to +initialize the hardware state. Even if they are changed while a workflow is running, they will not have an effect until +the workflow is restarted. -`Acquisition` properties can be manipulated when the workflow is running and will have an immediate effect on hardware. For instance stimulus waveform parameters can be modified in real-time and sent to the device multiple times while the workflow is running to shape stimulation patterns. +acquisition properties have an immediate effect on hardware when the workflow is running. For +instance, stimulus waveform properties can be dynamically modified according to parameters in your workflow. -`Devices` properties refer to the individual devices available within a particular aggregate operator. Aggregate operators include , , and more. Explore other available options under the [aggregate configuration operators](xref:configure) page. \ No newline at end of file +`Devices` properties refer to the individual devices available within a particular aggregate operator. Aggregate +operators include , , and more. +Explore other available options under the [aggregate configuration operators](xref:configure) page. \ No newline at end of file diff --git a/template/partials/propertyTables.tmpl.partial b/template/partials/propertyTables.tmpl.partial index 50bc230..1be5152 100644 --- a/template/partials/propertyTables.tmpl.partial +++ b/template/partials/propertyTables.tmpl.partial @@ -1,8 +1,24 @@ {{{name}}} - {{#acquisition}}
acquisition
{{/acquisition}} - {{#configuration}}
configuration
{{/configuration}} + {{#acquisition}} +
+ + + +
+ {{/acquisition}} + {{#configuration}} +
+ + + +
+ {{/configuration}} {{{type}}}