Skip to contents

Print a representation of the power flow to the console

Usage

# S3 method for class 'sunsynkr_flow'
print(x, ...)

Arguments

x

sunsynkr power flow.

...

Required for S3 generics.

Value

Prints a representation of the sunsynkr_flow object to the console.

Examples

if (FALSE) { # \dontrun{
print(sunsynkr_flow)
} # }