Skip to content

C# and C++ ITC5 examples#12

Merged
manzelmi-thorlabs merged 3 commits into
mainfrom
Development
Jun 11, 2026
Merged

C# and C++ ITC5 examples#12
manzelmi-thorlabs merged 3 commits into
mainfrom
Development

Conversation

@gboedecker

Copy link
Copy Markdown
Contributor

No description provided.

@manzelmi-thorlabs manzelmi-thorlabs left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good. Just 2 places where the formatting looks off.

//This parameter returns the value TL5000_LD_OPMODE_CC(0) for constant current mode and TL5000_LD_OPMODE_CP(1) for constant power mode.
if (err) printViError(instrHdl, err);
else{
switch (ldOperatingMode)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indenting on this line should be fixed

TL5000_getLdcLdPolarity(instrHdl, 1, &ldPolarity);
if (err) printViError(instrHdl, err);
else{
switch (ldPolarity)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indenting on this line should be fixed

@manzelmi-thorlabs manzelmi-thorlabs merged commit acf750c into main Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants