RfsgScriptTriggerExportedOutputTerminal Implicit Conversion (String to RfsgScriptTriggerExportedOutputTerminal)
- Updated2024-05-08
- 1 minute(s) read
RfsgScriptTriggerExportedOutputTerminal Conversion (String to RfsgScriptTriggerExportedOutputTerminal)
Convert the specified string to equivalent RfsgScriptTriggerExportedOutputTerminal object.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public static implicit operator RfsgScriptTriggerExportedOutputTerminal ( string outputTerminal )
Public Shared Widening Operator CType ( outputTerminal As String ) As RfsgScriptTriggerExportedOutputTerminal
Parameters
- outputTerminal
- Type: SystemString
Specifies the string to be converted to equivalent RfsgScriptTriggerExportedOutputTerminal object.
Return Value
Type: RfsgScriptTriggerExportedOutputTerminalReturns an object of type RfsgScriptTriggerExportedOutputTerminal from the string passed in the outputTerminal.