def execute_declare_rng(self, cmd):
     raise exceptions.UnimplementedDSECommand("DECLARE_RNG")
 def execute_print_val(self, cmd):
     raise exceptions.UnimplementedDSECommand("PRINT_VAL")
 def execute_print_struct(self, cmd):
     raise exceptions.UnimplementedDSECommand("PRINT_STRUCT")
 def execute_copy_struct(self, cmd):
     raise exceptions.UnimplementedDSECommand("COPY_STRUCT")
 def execute_write_param(self, cmd):
     raise exceptions.UnimplementedDSECommand("WRITE_PARAM")
 def execute_align_wr_ptr(self, cmd):
     raise exceptions.UnimplementedDSECommand("ALIGN_WR_PTR")
 def execute_logic_op(self, cmd):
     raise exceptions.UnimplementedDSECommand("LOGIC_OP")
 def execute_start_constructor(self, cmd):
     raise exceptions.UnimplementedDSECommand("START_CONSTRUCTOR")
 def execute_end_constructor(self, cmd):
     raise exceptions.UnimplementedDSECommand("END_CONSTRUCTOR")
 def execute_struct_elem(self, cmd):
     raise exceptions.UnimplementedDSECommand("STRUCT_ELEM")
 def execute_end_struct(self, cmd):
     raise exceptions.UnimplementedDSECommand("END_STRUCT")
 def execute_start_struct(self, cmd):
     raise exceptions.UnimplementedDSECommand("START_STRUCT")
 def execute_get_random_rumber(self, cmd):
     raise exceptions.UnimplementedDSECommand("GET_RANDOM_NUMBER")
 def execute_random_dist(self, cmd):
     raise exceptions.UnimplementedDSECommand("DECLARE_RANDOM_DIST")
 def execute_get_wr_ptr(self, cmd):
     raise exceptions.UnimplementedDSECommand("GET_WR_PTR")
 def execute_read(self, cmd):
     raise exceptions.UnimplementedDSECommand("READ")
 def execute_reset_wr_ptr(self, cmd):
     raise exceptions.UnimplementedDSECommand("RESET_RW_PTR")
 def execute_write_struct(self, cmd):
     raise exceptions.UnimplementedDSECommand("WRITE_STRUCT")
 def execute_arith_op(self, cmd):
     raise exceptions.UnimplementedDSECommand("ARITH_OP")
 def execute_block_copy(self, cmd):
     raise exceptions.UnimplementedDSECommand("BLOCK_COPY")
 def execute_reformat(self, cmd):
     raise exceptions.UnimplementedDSECommand("REFORMAT")
 def execute_break_loop(self, cmd):
     raise exceptions.UnimplementedDSECommand("BREAK_LOOP")
 def execute_copy_param(self, cmd):
     raise exceptions.UnimplementedDSECommand("COPY_PARAM")
 def execute_end_loop(self, cmd):
     raise exceptions.UnimplementedDSECommand("END_LOOP")
 def execute_write_param_component(self, cmd):
     raise exceptions.UnimplementedDSECommand("WRITE_PARAM_COMPONENT")
 def execute_else(self, cmd):
     raise exceptions.UnimplementedDSECommand("ELSE")
 def execute_print_txt(self, cmd):
     raise exceptions.UnimplementedDSECommand("PRINT_TXT")
 def execute_end_if(self, cmd):
     raise exceptions.UnimplementedDSECommand("ENDIF")
 def execute_read_param(self, cmd):
     raise exceptions.UnimplementedDSECommand("READ_PARAM")
 def execute_free(self, cmd):
     raise exceptions.UnimplementedDSECommand("FREE")