Creates a signal with the specified name on the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.6.0
Syntax public void Create(
string name,
bool initialValue = false,
bool autoReset = false
)
Parameters
- name String
- The name of the signal that should be created.
- initialValue Boolean (Optional)
- The signal's initial value.
- autoReset Boolean (Optional)
- Wheter the signal should be automatically reset after list command is reached.
See Also