User manual

2.3.19 Acqrs_setAttributeString
Purpose
Sets an attribute with a string value (for use in SC Streaming Analyzers ONLY).
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
channel ViInt32 1...Nchan
name ViConstString ASCII string that specifies options
“odlTxBitRate” is currently the only one used
value ViConstString For “odlTxBitRate” can have values like
“2.5G”,”2.125G”, or “1.0625G”
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
LabWindowsCVI/Visual C++ Representation
ViStatus status = Acqrs_setAttributeString(ViSession instrumentID,
ViInt32 channel, ViConstString name,
ViConstString value);
LabVIEW Representation
Acqiris Bx.lvlib: (or Aq Bx) Set Attribute String.vi
Visual Basic .NET Representation
Acqrs_setAttributeString (ByVal instrumentID As Int32, _
ByVal channel As Int32, _
ByVal name As String, _
ByVal value As String) As Int32
MATLAB MEX Representation
[status] = Aq_setAttributeString (instrumentID, channel, name, value)
Programmer’s Reference Manual Page 39 of 210