Main Content

bioinfo.pipeline.datatype.Unset

Unset input port value

Since R2023a

Description

A bioinfo.pipeline.datatype.Unset object is used as a placeholder value used by the blocks to indicate that an input port value is not set.

When you query the input port value of a block at the command line, the value is displayed as follows.

st.Inputs.FASTQFiles.Value
ans = 

  Unset input port value.

Creation

Use bioinfo.pipeline.datatype.Unset to create the object.

Version History

Introduced in R2023a