EasyManua.ls Logo

Acqiris SA240P - How to Access Repeated Capabilities

Default Icon
89 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
7.4 How to access repeated capabilities?
Acqiris SA240P User's Manual 75
7.4 How to access repeated capabilities?
For SA240P, the AqMD3 driver supports the following repeated capabilities with pre-defined values
detailed in following table.
Repeated capability Available instance name
Channel "Channel1", "Channel2"
TriggerSource
"Internal1", "Internal2",
"External1", "Software", "Immediate", "SelfTrigger" (for AVG mode)
ArmSource
Not supported
LogicDevice
Not supported
PrivateFirmware
Not accessible
PrivateStore
Not accessible
ControlIO "ControlIO1", "ControlIO2", "ControlIO3"
DelayControl
Not supported
LogicDeviceIFDL (Inter FPGA
Data Link)
Not supported
LogicDeviceMemoryBank
Not supported
MonitoringValue
These parameters are for information only or can be used for debugging purpose.
There are accessible through the MD3 SFP or the command below.Please refer to
AqMD3.chm (IVI-C) or Acqiris.AqMD3.Fx40.chm (IVI.NET) .
Stream "streamCh1", "MarkersCh1", "streamCh2", "MarkersCh2"
The number of instances and their names however can be queried from the driver:
Using the AqMD3 IVI.NET driver:
Collection Interfaces have a Count property. Instances interface have Name property. User
can iterate over all collection instances using .NET foreach loop control.
Using the AqMD3 IVI-C driver:
For each repeated capability XXX, there is a AqMD3_ATTR_XXX_COUNT attribute and a
AqMD3_GetXxxName function (e.g. AqMD3_ATTR_CHANNEL_COUNT attribute and AqMD3_
GetChannelName function).

Table of Contents