R/dantec.R

Defines functions dantec55R91

Documented in dantec55R91

#' Configuração de sonda 55R91.
#' @export
dantec55R91 <- function(){
  support <- hwSupport()
  bridge <- hwBridge()
  cable <- hwCable()
  signal <- hwSignalConditioner()
  d2r <- function(d) d*pi/180
  
  w1 <- hwWire(R=6.91, alpha=0.43, T0=20)
}
tunelipt/hotwire documentation built on Nov. 5, 2019, 10:59 a.m.