Please see The HDF Group's new Support Portal for the latest information.
The purpose of the table below is to provide an overview of the cmdlets available in PSH5X. Detailed help comes with each cmdlet via the PowerShell help system. Note that some cmdlets are just aliases for core provider cmdlets.
Cmdlet | Description |
---|---|
Add-H5Packets | Adds packets to an HDF5 packet table. |
Copy-... | |
Copy-H5Attribute | Copies HDF5 attributes of objects on the same or different HDF5 drives. |
Copy-H5Item | Copies HDF5 items (HDF5 objects or symbolic links) on the same or between different HDF5 drives. |
Format-... | |
Format-H5Dataset | Changes the extent (dimension sizes) of extendible HDF5 datasets. |
Format-H5File | Creates a new HDF5 file. |
Get-... | |
Get-H5Attribute | Gets a representation of an HDF5 attribute. |
Get-H5DatasetValue | Gets a (generally multidimensional) .NET array representing the value of an HDF5 dataset or a hyperslab selection. |
Get-H5Drive | Gets a representation of an HDF5 drive (H5Drive). |
Get-H5Item | Gets a representation of an HDF5 item (HDF5 object or symbolic link). |
Get-H5Member | Gets a list representing the links in an HDF5 group (group members). |
Move-... | |
Move-H5Attribute | Moves an HDF5 attribute between HDF5 objects on the same or different HDF5 drives. |
Move-H5Item | Moves an HDF5 item to a new location on the same HDF5 drive. |
New-... | |
New-H5Attribute | Creates a new HDF5 attribute on an HDF5 object. |
New-H5Dataset | Creates a new HDF5 dataset with a simple dataspace. |
New-H5Drive | Creates a new HDF5 drive backed by an HDF5 file. |
New-H5Extlink | Creates an external link in an HDF5 group. |
New-H5File | Creates a new HDF5 file. |
New-H5Group | Creates a new HDF5 group. |
New-H5Hardlink | Creates a new hard link to an HDF5 object in an HDF5 group. |
New-H5Image | Creates a new HDF5 image from an image file. (See HDF5 Image and Palette Specification and gif2h5.) |
New-H5LinkedDatatype | Creates a new HDF5 linked (named) datatype object. |
New-H5NullDataset | Creates a new HDF5 dataset with a null dataspace (empty set). |
New-H5PacketTable | Creates a new HDF5 packet table. |
New-H5ScalarDataset | Creates a new HDF5 dataset with a scalar dataspace (singleton). |
New-H5Softlink | Creates a soft link in an HDF5 group. |
Remove-... | |
Remove-H5Attribute | Removes an HDF5 attribute from an HDF5 object. |
Remove-H5Drive | Removes an HDF5 drive and closes the underlying HDF5 file. |
Remove-H5Item | Removes and HDF5 item (HDF5 object or symbolic link). |
Rename-... | |
Rename-H5Attribute | Renames HDF5 attribute of an HDF5 object. |
Rename-H5Item | Renames HDF5 symbloc links or a hard link to an HDF5 object. |
Set-... | |
Show-H5Types | Shows HDF5 predefined datatypes and their JSON type definitions. |
Set-H5Attribute | Sets the value of an HDF5 attribute. |
Set-H5DatasetValue | Sets the value of an HDF5 dataset or a hyperslab selection. |
Test-... | |
Test-H5Attribute | Tests whether an HDF5 object has an HDF5 attribute of a given name. |
Test-H5File | Tests whether a file is an HDF5 file. |
Test-H5Path | Tests whether an HDF5 path name is in use or can be resolved to an HDF5 object. |