Skip to main content

pio_detailed_connectivity_tap_changer_step_at

Function pio_detailed_connectivity_tap_changer_step_at 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_detailed_connectivity_tap_changer_step_at( details: *const PioDetailedConnectivity, tap_changer_index: usize, step_index: usize, output: *mut PioTapChangerStepView, error: *mut *mut PioError, ) -> bool
Expand description

Read one transformer tap changer step by zero based position.

ยงSafety

Pointers and handles must satisfy the crate-level safety requirements.