Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
MitakaMakers committed Oct 19, 2023
1 parent e451c9a commit ae4ed3c
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 72 deletions.
64 changes: 64 additions & 0 deletions docs/api/Ivi/Driver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
English | [日本語](Ivi.Visa.ja.md)

# Ivi.Visa namescape

## In this article

- [Classes](#classes)
- [Interfaces](#interfaces)
- [Events](#events)
- [Enums](#enums)
- [Exceptions](#Exceptions)

## Classes
|Name|Description|
|---|---|

## Interfaces
|Name|Description|
|---|---|
|IIviDriverOperation||
|IIviComponentIdentity||
|IIviDriverIdentity||
|IIviDriverUtility||
|IIviDriverLock||

## Events
|Name|Description|
|---|---|

## Enums
|Name|Description|
|---|---|

## Exceptions
|Name|Description|
|---|---|
|ConfigurationServerException||
|FileFormatException||
|IdQueryFailedException||
|InstrumentStatusException||
|InvalidOptionValueException||
|IOException||
|IOTimeoutException||
|IviCDriverException||
|IviComDriverException (Reserved)||
|MaxTimeExceededException||
|OperationNotSupportedException||
|OperationPendingException||
|OptionMissingException||
|OptionStringFormatException||
|OutOfRangeException||
|ResetFailedException||
|ResetNotSupportedException||
|SelectorFormatException||
|SelectorHierarchyException||
|SelectorNameException||
|SelectorNameRequiredException||
|SelectorRangeRequiredException||
|SimulationStateException||
|TriggerNotSoftwareException||
|UnexpectedResponseException||
|UnknownOptionException||
|UnknownPhysicalNameException||
|ValueNotSupportedException||
50 changes: 50 additions & 0 deletions docs/api/Ivi/Scope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
English | 日本語

# IIviScope Interface

## Definition
Namespace:[Ivi.Visa](Ivi.Scope.md)<BR>
Assembly:Ivi.Visa.dll

## Properties

|Property Name|
|---|
|Acquisition.StartTime|
|Measurement.Status;|
|Acquisition.Type|
|Channels.Count|
|Channels[].Enabled|
|Channels[String name]|
|Channels[].Name|
|Acquisition.NumberOfPointsMinimum|
|Acquisition.RecordLength|
|Acquisition.SampleRate|
|Acquisition.TimePerRecord|

## Methods

|Method Name|
|---|

## Property
```C#
Acquisition.StartTime
Measurement.Status;
Acquisition.Type
Channels.Count
Channels[].Enabled
Channels[String name]
Channels[].Name
Acquisition.NumberOfPointsMinimum
Acquisition.RecordLength
Acquisition.SampleRate
Acquisition.TimePerRecord
```
## Method
```C#
IIviScope Ivi.Scope.Create(String name);
IIviScope Ivi.Scope.Create(String name, Boolean idQuery, Boolean reset);
IIviScope Ivi.Scope.Create(String name, Boolean idQuery, Boolean reset, String options);
IIviScope Ivi.Scope.Create(String resourceName, Boolean idQuery, Boolean reset, LockType lockType, String accessKey, String options);
```
Loading

0 comments on commit ae4ed3c

Please sign in to comment.