UDPout
- class sharpy.postproc.udpout.UDPout[source]
Send output data via UDP
This post-processor is in essence a wrapper of the
NetworkLoader
where only an output network adapter is created.This post-processor takes in the following settings, for a more detailed description see
NetworkLoader
Name
Type
Description
Default
variables_filename
str
Path to YAML file containing input/output variables
None
byte_ordering
str
Desired endianness byte ordering
little
output_network_settings
dict
Settings for the output network
OutNetwork
.{}
log_name
str
Network log file name
./network_output.log
console_log_level
str
Minimum logging level in console.
info
file_log_level
str
Minimum logging level in log file.
debug