Changes

Jump to navigation Jump to search

Cdp

No change in size, 18:31, 19 October 2015
Capitalised the sections.
Knowing this, we can access information from the class.
=== return Return the list of attributes ===
<source lang="python">
print type(cdp)
</source>
=== list List model type ===
<source lang="python">
print cdp.model_type, type(cdp.model_type)
</source>
=== list List spectrum ID's ===
<source lang="python">
print cdp.spectrum_ids, len(cdp.spectrum_ids)
</source>
=== list List replicate spectrum ID's ===
<source lang="python">
print cdp.replicates
Trusted, Bureaucrats
4,228

edits

Navigation menu