IRIS Toolbox Reference Manual

irisget

Query current IRIS config options

Syntax

Value = irisget(Option)
S = irisget()

Input arguments

Output arguments

Description

You can view any of the modifiable options listed in irisset, plus the following non-modifiable ones (these cannot be changed by the user):

When called without any input arguments, the irisget function returns a struct with all options and their current values.

When used as input arguments in the irisget function, the option names are case-insensitive. When referring to field names of an output struct returned by the irisget function, all option names are lower-case and case-sensitive.

Example

irisget('dateFormat')
ans =
YFP

g = irisget();
g.dateformat
ans =
YFP