DigilentWaveForms.devicelistMethod
devicelist(;info::Bool=false, silent::Bool=false)

Show device list and return vector of device objects.

DigilentWaveForms.AnalogOutDCVal!Method
AnalogOutDCVal!(dev::DWFDevice, channel::Int, v::T) where {T<:Real}

Enable DC offset value for signal generation mode on given analog output channel

DigilentWaveForms.onClose!Method
onClose!(behavior::Symbol)

Set behavior on disconnect from device. Options:

  • :run - Allows state to continue after disconnect
  • :stop - Default
  • :shutdown