operator RfsgSignalIdentifier(string)
- Updated2025-10-14
- 1 minute(s) read
Converts the specified string to an equivalent RfsgSignalIdentifier object.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public static implicit operator RfsgSignalIdentifier(string signalIdentifier)
Parameters
| Name | Type | Description |
|---|---|---|
| signalIdentifier | string | Specifies the string to be converted to the equivalent RfsgSignalIdentifier object. |
Returns
Returns an object of type RfsgSignalIdentifier from the string passed in signalIdentifier.