Main Content

getop

Display operating conditions

Description

example

getop(hobj) displays the selected operating conditions for the circuit or data object, hobj.

Examples

collapse all

Display the operating conditions of a circuit.

ckt1 = read(rfckt.amplifier,'default.p2d');
getop(ckt1)
ans = 1x2 cell
    {'Bias'}    {'1.5'}

Input Arguments

collapse all

Circuit or data object, specified as an object handle.

Data Types: char | string

Version History

Introduced before R2006a

See Also