View Source ExVisa.Parser (ex_visa v0.1.0)
Utility functions.
Link to this section Summary
Functions
Extracts port name from the given address string: "{port name}::***"
.
Link to this section Functions
Extracts port name from the given address string: "{port name}::***"
.
example
Example
iex> "XXXX::YYYY::ZZZZ" |> ExVisa.Parser.port_from_address()
"XXXX"