Y
yvk
Guest
I use these to set bindkeys for each of DC annotations.
--------
hiSetBindKeys( "Schematics" list(
list( "<Key>F5" "(when (sevSession (hiGetCurrentWindow)) (sevAnnotateResults (sevSession (hiGetCurrentWindow)) 'dcNodeVoltages)) ")
list( "<Key>F6" "(when (sevSession (hiGetCurrentWindow)) (sevAnnotateResults (sevSession (hiGetCurrentWindow)) 'defaults)) ")
list( "<Key>F7" "(when (sevSession (hiGetCurrentWindow)) (sevAnnotateResults (sevSession (hiGetCurrentWindow)) 'dcOpPoints)) ")
))
--------
how to merge all actions into a single bindkey? Or atleast both DCOPs and DC node voltages.
Thanks,
yvk
--------
hiSetBindKeys( "Schematics" list(
list( "<Key>F5" "(when (sevSession (hiGetCurrentWindow)) (sevAnnotateResults (sevSession (hiGetCurrentWindow)) 'dcNodeVoltages)) ")
list( "<Key>F6" "(when (sevSession (hiGetCurrentWindow)) (sevAnnotateResults (sevSession (hiGetCurrentWindow)) 'defaults)) ")
list( "<Key>F7" "(when (sevSession (hiGetCurrentWindow)) (sevAnnotateResults (sevSession (hiGetCurrentWindow)) 'dcOpPoints)) ")
))
--------
how to merge all actions into a single bindkey? Or atleast both DCOPs and DC node voltages.
Thanks,
yvk