You can set this property only when calling Transmitter. After you call Transmitter, this
property is read-only.
Transmitter name, specified as a comma-separated pair consisting of
'Name' and a string scalar, string vector, character vector or a cell
array of character vectors.
If only one Transmitter is added, specify Name as a string
scalar or a character vector.
If multiple Transmitters are added, specify Name as a string
vector or a cell array of character vectors. The number of elements in the string vector
or cell array must be equal to the number of satellites being added.
In the default value, idx is the count of the Transmitter
added by the Transmitter object function. If another Transmitter of the
same name exists, a suffix _idx2 is added, where
idx2 is an integer that is incremented by 1
starting from 1 until the name duplication is resolved.
Data Types: char | string