pvCreate#
Purpose#
Returns an initialized instance of structure of type PV
.
Format#
- p1 = pvCreate()#
- Returns:
p1 (struct) – instance of
PV
struct
Examples#
// Declare 'p1' as an instance of a 'PV' structure
struct PV p1;
// Fill in 'p1' with default values
p1 = pvCreate();
Source#
pv.src