| 
            
              ChannelDefinitionCreateChannelDefinition Method
             | 
          
        
        
            Creates a new channel definition belonging to the given data source record.
            
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
SyntaxGSF.PQDIF.Logical.ChannelDefinition.CreateChannelDefinition = function(dataSourceRecord);
 View SourceParameters
- dataSourceRecord  DataSourceRecord
 - The data source record that the new channel definition belongs to.
 
Return Value
ChannelDefinitionThe new channel definition.
See Also