Skip to content

C# and C++ ITC5 examples#12

Open
gboedecker wants to merge 3 commits into
mainfrom
Development
Open

C# and C++ ITC5 examples#12
gboedecker wants to merge 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

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