m.m.m
Newbie level 4
Hi,
I want to measure phase at some specific frequency, like measure phase @ unity gain.
I used these codes but they didn't work:
.measure ac 'phaseunity' FIND p(vout) when freq='unitygain'
.measure ac 'phaseunity' FIND p(vout) when vdb(vout)=0
How can I do this?
Thanks in advance
- - - Updated - - -
nvm, solved it:
.measure ac 'phaseunity' FIND vp(vout) when vdb(vout)=0
I want to measure phase at some specific frequency, like measure phase @ unity gain.
I used these codes but they didn't work:
.measure ac 'phaseunity' FIND p(vout) when freq='unitygain'
.measure ac 'phaseunity' FIND p(vout) when vdb(vout)=0
How can I do this?
Thanks in advance
- - - Updated - - -
Hi,
I want to measure phase at some specific frequency, like measure phase @ unity gain.
I used these codes but they didn't work:
.measure ac 'phaseunity' FIND p(vout) when freq='unitygain'
.measure ac 'phaseunity' FIND p(vout) when vdb(vout)=0
How can I do this?
Thanks in advance
nvm, solved it:
.measure ac 'phaseunity' FIND vp(vout) when vdb(vout)=0