User manual

2.3.92 AcqrsD1_setAttributeString (DEPRECATED)
Purpose
Sets an attribute with a string value (for use in SC Streaming Analyzers ONLY). See
Acqrs_setAttributeString.
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 = AcqrsD1_setAttributeString(ViSession instrumentID,
ViInt32 channel, ViConstString name,
ViConstString value);
LabVIEW Representation
Please refer to
Acqrs_setAttributeString.
Visual Basic Representation
Please refer to
Acqrs_setAttributeString.
Visual Basic .NET Representation
Please refer to
Acqrs_setAttributeString.
MATLAB MEX Representation
Please refer to Acqrs_setAttributeString.
Programmer’s Reference Manual Page 179 of 210