Main Content

setNetworkParameters

Set network parameters

Since R2025a

    Description

    setNetworkParameters(pdnobj,AutoAssignDefault='True') sets all the network parameters properties of the powerDistributiobNetwork using auto-assign values.

    setNetworkParameters(pdnobj,Source='sourcename',Load='loadname'Sense='sensename'PlatingThickness = 0.0003) manually initializes or changes the values of network parameter properties of the powerDistributionNetworks. All values must be initialized. After initialization, individual values may be changed using setNetworkParameters or dot notation.

    Input Arguments

    collapse all

    The powerDistributionNetwork object specified as a string.

    Example: setNetworkParameters(pdnname)

    Data Types: string

    The source component of the cadnet in the powerDistributionNetwork.

    Example: Source = In

    Data Types: string

    The load component of the cadnet in the powerDistributionNetwork specified as a string .

    Example: Load = out

    Data Types: string

    The sense pin specified as a string.

    Example: Sense = Sensepin

    Data Types: string

    The plating thickness specified in inches.

    Example: PlatingThickness = 0.0003

    Data Types: double

    Automatically assign setNetworkParameters of the powerDistributionNetwork specified a True.

    Example: AutoAssignDefault = True

    Data Types: string

    Version History

    Introduced in R2025a