nport.citi — CITI

Functions

nport.citi.read(file_path, verbose=False)

Load the contents of a CITI file into an NPort

Returns:NPort holding data contained in the CITI file
Return type:nport.NPort
nport.citi.write(instance, file_path)

Write the n-port data held in instance to a CITI file at file_path.

Parameters:
  • instance (nport.NPort) – n-port data
  • file_path (str) – filename to write to (without extension)

Table Of Contents

Previous topic

nport.touchstone — Touchstone

Next topic

nporttool — Command line nport

This Page