hexagon logo

How to write initialization solver command for batch mode. i mean inside the .acf file

The view command im trying to write in solver command is:
variable set variable_name =.PARDRONE.LENGTH real_value =700.00
variable set variable_name =.PARDRONE.Height real_value = 1.00
Parents
  • The variables you refer to are A/view design time variables.
    They cannot be set via acf files.
     
    Depending on what they parametrize, you could define them as solver-variables and later use varval(.PARDRONE.LENGTH ).
     
    But this doesn't work for most typical applications like positioning a marker with that number.
    In this case you need to write the resulting adm-statement to the acf like
    MARKER/3 , QP = 100.0, 0, 1.0
     
Reply
  • The variables you refer to are A/view design time variables.
    They cannot be set via acf files.
     
    Depending on what they parametrize, you could define them as solver-variables and later use varval(.PARDRONE.LENGTH ).
     
    But this doesn't work for most typical applications like positioning a marker with that number.
    In this case you need to write the resulting adm-statement to the acf like
    MARKER/3 , QP = 100.0, 0, 1.0
     
Children
No Data