gridfile.source

Display gridfile data source in console


Syntax



Description

obj.source(s)
obj.source(sourceName)

Prints information about a data source to the console.

obj.source(…, detailed)

Specify whether the methods should print all details about the data source to the console. By default, only prints basic details.


Input Arguments

s

logical vector [nSources] | scalar linear index
The index of the data source to print to the console.

sourceName

string scalar
The name of the data source to print to the console

detailed

scalar logical | string scalar
Whether to display all data source details in the console or a concise set of details. Default is to display the concise set.

[true | “c” | “concise”]: (default) Display a concise set of details

[false | “d” | “detailed”]: Display all data source details


Prints

Displays information about the data source to the console.