pymcnp.inp.sdef.f Subpackage¶
AST Classes¶
Fcel Class¶
- class pymcnp.inp.sdef.f.Fcel(distribution: str | Distribution)¶
Represents INP fcel elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fsur Class¶
- class pymcnp.inp.sdef.f.Fsur(distribution: str | Distribution)¶
Represents INP fsur elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Ferg Class¶
- class pymcnp.inp.sdef.f.Ferg(distribution: str | Distribution)¶
Represents INP ferg elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Ftme Class¶
- class pymcnp.inp.sdef.f.Ftme(distribution: str | Distribution)¶
Represents INP ftme elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fdir Class¶
- class pymcnp.inp.sdef.f.Fdir(distribution: str | Distribution)¶
Represents INP fdir elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fvec Class¶
- class pymcnp.inp.sdef.f.Fvec(distribution: str | Distribution)¶
Represents INP fvec elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fnrm Class¶
- class pymcnp.inp.sdef.f.Fnrm(distribution: str | Distribution)¶
Represents INP fnrm elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fpos Class¶
- class pymcnp.inp.sdef.f.Fpos(distribution: str | Distribution)¶
Represents INP fpos elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Frad Class¶
- class pymcnp.inp.sdef.f.Frad(distribution: str | Distribution)¶
Represents INP frad elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fext Class¶
- class pymcnp.inp.sdef.f.Fext(distribution: str | Distribution)¶
Represents INP fext elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Faxs Class¶
- class pymcnp.inp.sdef.f.Faxs(distribution: str | Distribution)¶
Represents INP faxs elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fx Class¶
- class pymcnp.inp.sdef.f.Fx(distribution: str | Distribution)¶
Represents INP fx elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fy Class¶
- class pymcnp.inp.sdef.f.Fy(distribution: str | Distribution)¶
Represents INP fy elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fz Class¶
- class pymcnp.inp.sdef.f.Fz(distribution: str | Distribution)¶
Represents INP fz elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fccc Class¶
- class pymcnp.inp.sdef.f.Fccc(distribution: str | Distribution)¶
Represents INP fccc elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fara Class¶
- class pymcnp.inp.sdef.f.Fara(distribution: str | Distribution)¶
Represents INP fara elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fwgt Class¶
- class pymcnp.inp.sdef.f.Fwgt(distribution: str | Distribution)¶
Represents INP fwgt elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Ftr Class¶
- class pymcnp.inp.sdef.f.Ftr(distribution: str | Distribution)¶
Represents INP ftr elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Feff Class¶
- class pymcnp.inp.sdef.f.Feff(distribution: str | Distribution)¶
Represents INP feff elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fpar Class¶
- class pymcnp.inp.sdef.f.Fpar(distribution: str | Distribution)¶
Represents INP fpar elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fdat Class¶
- class pymcnp.inp.sdef.f.Fdat(distribution: str | Distribution)¶
Represents INP fdat elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Floc Class¶
- class pymcnp.inp.sdef.f.Floc(distribution: str | Distribution)¶
Represents INP floc elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fbem Class¶
- class pymcnp.inp.sdef.f.Fbem(distribution: str | Distribution)¶
Represents INP fbem elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –
Fbap Class¶
- class pymcnp.inp.sdef.f.Fbap(distribution: str | Distribution)¶
Represents INP fbap elements.
- classmethod from_mcnp(source: str)¶
Generates Option from INP.
- Parameters:
source – Option for INP.
- Returns:
Option.
- Raises:
InpError – SYNTAX_OPTION.
- to_mcnp()¶
Generates INP from Option.
- Returns:
INP for Option.
- property distribution: Distribution¶
Dependent distribution
- Raises:
InpError – SEMANTICS_OPTION.
TypeError –