This section shows how the gate and the gate-drain-capacitances are inquired by using the function outputParam (see Section A.6):
Curve
{
file = "ac.crv";
Response
{
Cg = outputParam("Device", "CMatrix", "Gate", "Gate");
Cgd = outputParam("Device", "CMatrix", "Gate", "Drain");
}
}