interface Source {
    frequency: string;
    hasConversion: boolean;
    I: Quantity;
    omega_0: string;
    Type: string;
    U: Quantity;
    Z: Impedance;
}

Properties

frequency: string
hasConversion: boolean
omega_0: string
Type: string