API Documentation > Interfaces > Interface CableParamsFileInstructions
Interface CableParamsFileInstructions

package com.ptc.pfc.pfcModel;

public interface
CableParamsFileInstructions
extends
com.ptc.pfc.pfcModel.ExportInstructions


Description
Used to export cable parameters from an assembly.
See Also:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcModel.ExportInstructions :
Method Summary
String
Get method for attribute "CableName"
The name of the cable in the harness whose parameters will be exported.
Get method for attribute "Mdl"
A harness model referenced by the assembly.
void
SetCableName (String value)
Set method for attribute "CableName"
The name of the cable in the harness whose parameters will be exported.
void
SetMdl (Model value)
Set method for attribute "Mdl"
A harness model referenced by the assembly.
Method Detail
GetMdl
GetMdl
()
SetMdl
void
SetMdl
(Model value)
A harness model referenced by the assembly.
GetCableName
String
GetCableName
()
SetCableName
void
SetCableName
(String value)
The name of the cable in the harness whose parameters will be exported.
Was this helpful?