Main Content

setDCParameters

DC parameters

Since R2025a

    Description

    setDCParameters(pdnobj,Name=Value) initialize or change the DC parameters properties of a powerDistributionNetwork object.

    Input Arguments

    collapse all

    The powerDistributionNetwork object specified as a string.

    Example: setDCParameters(pdnname,NominalVoltage=3.0,LoadCurrent=2)

    Data Types: string

    Name-Value Arguments

    collapse all

    Specify optional pairs of arguments as Name1=Value1,...,NameN=ValueN, where Name is the argument name and Value is the corresponding value. Name-value arguments must appear after other arguments, but the order of the pairs does not matter.

    Example: setDCParameters(pdnname,NominalVoltage=3.0,LoadCurrent=2)

    Note

    Initially both NominalVoltage and LoadCurrent must be specified.

    The nominal voltage level specified in volts.

    Example: setDCParameters(pdnname,NominalVoltage=3.0,LoadCurrent=2)

    Data Types: double

    The expected current drawn by each load specified in Amperes

    Example: setDCParameters(pdnname,NominalVoltage=3.0,LoadCurrent=[0.5,1.5])

    Data Types: double

    Version History

    Introduced in R2025a