All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generated.docs.javadoc.org.eclipse.dawnsci.nexus.NXslit.html Maven / Gradle / Ivy






NXslit (h5jan API)












org.eclipse.dawnsci.nexus

Interface NXslit

  • All Superinterfaces:
    GroupNode, java.lang.Iterable<NodeLink>, Node, NXobject
    All Known Implementing Classes:
    NXslitImpl


    public interface NXslit
    extends NXobject
    A simple slit. For more complex geometries, :ref:`NXaperture` should be used.
    • Method Detail

      • getDepends_on

        IDataset getDepends_on()
        Points to the path of the last element in the geometry chain that places this object in space. When followed through that chain is supposed to end at an element depending on "." i.e. the origin of the coordinate system. If desired the location of the slit can also be described relative to an NXbeam, which will allow a simple description of a non-centred slit.

        Type: NX_CHAR

        Returns:
        the value.
      • setDepends_on

        DataNode setDepends_on(IDataset depends_on)
        Points to the path of the last element in the geometry chain that places this object in space. When followed through that chain is supposed to end at an element depending on "." i.e. the origin of the coordinate system. If desired the location of the slit can also be described relative to an NXbeam, which will allow a simple description of a non-centred slit.

        Type: NX_CHAR

        Parameters:
        depends_on - the depends_on
      • getDepends_onScalar

        java.lang.String getDepends_onScalar()
        Points to the path of the last element in the geometry chain that places this object in space. When followed through that chain is supposed to end at an element depending on "." i.e. the origin of the coordinate system. If desired the location of the slit can also be described relative to an NXbeam, which will allow a simple description of a non-centred slit.

        Type: NX_CHAR

        Returns:
        the value.
      • setDepends_onScalar

        DataNode setDepends_onScalar(java.lang.String depends_on)
        Points to the path of the last element in the geometry chain that places this object in space. When followed through that chain is supposed to end at an element depending on "." i.e. the origin of the coordinate system. If desired the location of the slit can also be described relative to an NXbeam, which will allow a simple description of a non-centred slit.

        Type: NX_CHAR

        Parameters:
        depends_on - the depends_on
      • getX_gap

        IDataset getX_gap()
        Size of the gap opening in the first dimension of the local coordinate system.

        Type: NX_NUMBER Units: NX_LENGTH

        Returns:
        the value.
      • setX_gap

        DataNode setX_gap(IDataset x_gap)
        Size of the gap opening in the first dimension of the local coordinate system.

        Type: NX_NUMBER Units: NX_LENGTH

        Parameters:
        x_gap - the x_gap
      • getX_gapScalar

        java.lang.Number getX_gapScalar()
        Size of the gap opening in the first dimension of the local coordinate system.

        Type: NX_NUMBER Units: NX_LENGTH

        Returns:
        the value.
      • setX_gapScalar

        DataNode setX_gapScalar(java.lang.Number x_gap)
        Size of the gap opening in the first dimension of the local coordinate system.

        Type: NX_NUMBER Units: NX_LENGTH

        Parameters:
        x_gap - the x_gap
      • getY_gap

        IDataset getY_gap()
        Size of the gap opening in the second dimension of the local coordinate system.

        Type: NX_NUMBER Units: NX_LENGTH

        Returns:
        the value.
      • setY_gap

        DataNode setY_gap(IDataset y_gap)
        Size of the gap opening in the second dimension of the local coordinate system.

        Type: NX_NUMBER Units: NX_LENGTH

        Parameters:
        y_gap - the y_gap
      • getY_gapScalar

        java.lang.Number getY_gapScalar()
        Size of the gap opening in the second dimension of the local coordinate system.

        Type: NX_NUMBER Units: NX_LENGTH

        Returns:
        the value.
      • setY_gapScalar

        DataNode setY_gapScalar(java.lang.Number y_gap)
        Size of the gap opening in the second dimension of the local coordinate system.

        Type: NX_NUMBER Units: NX_LENGTH

        Parameters:
        y_gap - the y_gap




© 2015 - 2024 Weber Informatics LLC | Privacy Policy