7.3 How to access repeated capabilities?
80
Acqiris SA230E User's Manual
7.3 How to access repeated capabilities?
For SA230E, the AqMD3 driver supports the following repeated capabilities with pre-defined values
detailed in following table.
Repeated capability
Available instance name
Channel
"Channel1"
TriggerSource
"Internal1"
"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"
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).