Skip to content

Channel field access disrupted by gate field acess #9

@subhacom

Description

@subhacom

Accessing a channel field after accessing a gate field does not work. This happens only if both of the above are done in a single statement.

Example:

/* Works. */
setfield K_mit_usb Ek 0.07 Y_A>sy 5.0 Y_B->sy 5.0

/* Doesn’t work. */
setfield K_mit_usb Y_A->sy 5.0 Y_B->sy 5.0 Ek -0.07

Error message:
Error: cannot find field: B.Ek

Example script attached.

Reported by: niraj_

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions