Operator Reference
get_io_channel_param (Operator)
get_io_channel_param
— Query specific parameters of I/O channels.
Signature
get_io_channel_param( : : IOChannelHandle, GenParamName : GenParamValue)
Description
get_io_channel_param
queries settings of specific I/O
transmission channels. The query parameters are passed in
GenParamName
, the corresponding configuration values are
returned in GenParamValue
. IOChannelHandle
specifies
the channels returned in open_io_channel
for a specific
device instance.
Please check the directory doc/html/reference/io
for
documentation about your specific I/O device interface, where all
supported channel-specific parameters are listed.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
IOChannelHandle
(input_control) io_channel(-array) →
(handle)
Handles of the opened I/O channels.
GenParamName
(input_control) string(-array) →
(string)
Parameter names.
Default: 'param_name'
Suggested values: 'io_channel_name' , 'param_name'
GenParamValue
(output_control) string-array →
(string / integer / real / handle)
Parameter values.
Result
If the parameters are valid, the operator
get_io_channel_param
returns the value 2 (
H_MSG_TRUE)
. If necessary an
exception is raised. In this case, an extended error information may be
set and can be queried with the operator get_extended_error_info
.
Possible Predecessors
Possible Successors
read_io_channel
,
write_io_channel
See also
open_io_channel
,
query_io_device
,
set_io_channel_param
Module
Foundation