Hi Jeong,
cmd.get_model() has not been replaced or removed. What error do you get?
This code should work:
from pymol import cmd
print(cmd.get_model())
Cheers,
Thomas
> On Mar 22, 2019, at 3:16 AM, 정보성 wrote:
>
> Hi All,
>
> My Pymol version is 2.1.1 and I can not find the cmd.get_model i
Hi All,My Pymol version is 2.1.1 and I can not find the cmd.get_model in my
version.but there is document of 'get_model' in pymol wiki
(https://pymolwiki.org/index.php/Get_Model)is it replaced some other cmd?I want
to use 'cmd.get_model', if anyone can give the python code of
'get_model'?Thanks