View Source ExVisa.Direct behaviour (ex_visa v0.1.0)

Simply directs to the ExVisa.Native functions.

You can mock these functions by using the Mox package.

Link to this section Summary

Link to this section Callbacks

@callback list_resources(String.t()) :: any()
@callback query(String.t(), String.t()) :: any()
@callback write(String.t(), String.t()) :: any()

Link to this section Functions

@spec idn(String.t()) :: any()
Link to this function

list_resources(message \\ "?*::INSTR")

View Source