Display operating conditions
getop(hobj)
example
getop(hobj) displays the selected operating conditions for the circuit or data object, hobj.
hobj
collapse all
Display the operating conditions of a circuit.
ckt1 = read(rfckt.amplifier,'default.p2d'); getop(ckt1)
ans = 1x2 cell {'Bias'} {'1.5'}
Circuit or data object, specified as an object handle.
Data Types: char | string
char
string
setop
You have a modified version of this example. Do you want to open this example with your edits?