Skip to main content

shared_pv_open_double_array

Function shared_pv_open_double_array 

Source
pub fn shared_pv_open_double_array(
    pv: Pin<&mut SharedPVWrapper>,
    initial_value: Vec<f64>,
    metadata: &NTScalarMetadata,
) -> Result<(), Exception>