- This topic has 3 replies, 3 voices, and was last updated 11 years ago by
Heitor Galvao.
-
AuthorPosts
-
-
December 20, 2014 at 11:31 am #16817
vipul
ParticipantHELLO ALL
I AM UNABLE TO UNDERSTAND SCRIPT AND NORMAL MODE IN OPTISYSTEM.HOW CAN I CHANGE THE VALUES OF SCRIPT I MEAN IF A PROJECT IS DESIGNED TO WORK AT BIT RATE OF 10Gb/s(mode seleced script in bitrate) i want to change the script value of bitrate to 40Gb/s.HOW CAN IT BE DONE.IS THERE ANY TUTORIAL AVAILABLE HOW TO CHANGE OR WORK WITH SCRIPT VALUES -
December 21, 2014 at 1:14 pm #16823
Ravil
ParticipantHi Vipul, do you mean that you have the script and you just want to change the values for bitrate, etc.?
-
January 7, 2015 at 10:07 am #17082
Heitor GalvaoParticipantSee this annex
-
January 7, 2015 at 10:18 am #17084
Heitor GalvaoParticipantYou can do so for example in my project I have 1.25 Gb/s rate by clicking Generate Script, the script that will be generated it will ta with a rate of 1.25 Gb/s as you can see:
Set Canvas1 = Layout1. GetCurrentCanvas
‘ SCRIPT is global Layout parameters.
Layout1. SetParameterMode “Simulation window”, 0
Layout1. SetParameterValue “Simulation window”, Set “bit rate”
Layout1. SetParameterMode “Reference bit rate”, 0
Layout1. SetParameterValue “Reference bit rate”, TRUE
Layout1. SetParameterMode “Bit rate”, 0
Layout1. SetParameterValue “Bit rate”, 1.25 and + 009Now going in changing global parameters for 10 GB/s now clicking Generate Script
Set Canvas1 = Layout1. GetCurrentCanvas
‘ SCRIPT is global Layout parameters.
Layout1. SetParameterMode “Simulation window”, 0
Layout1. SetParameterValue “Simulation window”, Set “bit rate”
Layout1. SetParameterMode “Reference bit rate”, 0
Layout1. SetParameterValue “Reference bit rate”, TRUE
Layout1. SetParameterMode “Bit rate”, 0
Layout1. SetParameterValue “Bit rate”, 1e + 010This helps?
-
-
AuthorPosts
- You must be logged in to reply to this topic.