<< Supported Options Sequences lowdisc_configure >>

Low Discrepancy >> Low Discrepancy > Sequences > lowdisc_cget

lowdisc_cget

Returns the value associated with the given key.

Calling Sequence

value = lowdisc_cget (this,key)

Parameters

this:

the current object

key:

a string. The name of the option to get. All options which can be set with lowdisc_configure can be get with lowdisc_cget.

value:

the value associated with the key.

Description

This command allows to get the current state of the object, which has been configured with the lowdisc_configure command.

Examples

lds = lowdisc_new("faure");
lds = lowdisc_configure(lds,"-dimension",3);
method = lowdisc_cget(lds,"-method")
nbdim = lowdisc_cget(lds,"-dimension")
verbose = lowdisc_cget(lds,"-verbose")
lds
lds = lowdisc_destroy(lds);

Authors


Report an issue
<< Supported Options Sequences lowdisc_configure >>