SequenceCallModule.LoadParameters
- Updated2024-10-09
- 1 minute(s) read
SequenceCallModule.LoadParameters
Syntax
SequenceCallModule.LoadParameters( useCurrentSeqFile, seqFilePath, seqName)
Purpose
Remarks
Loads parameter information from the sequence file and sequence of the module or a specific sequence file and sequence.
If SequenceCallModule.UseSequenceParameterPrototype is True and SequenceCallModule.SpecifyByExpression is False , this method ignores the parameters and loads the parameter information from the sequence the SequenceCallModule.UseCurrentFile , SequenceCallModule.SequenceFilePath , and SequenceCallModule.SequenceName properties specify. Otherwise, this method loads the parameter information from the sequence the parameters of this method specify.
You must call this method or the SequenceCallModule.LoadParametersFromSequence method before accessing the SequenceCallModule.Parameters property of the module.
Parameters
useCurrentSeqFile As Boolean
[In] Specifies to use the sequence file and sequence of the sequence call.
seqFilePath As String
[In] Specifies a specific sequence file when the useCurrentSeqFile parameter is False .
seqName As String
[In] Specifies a specific sequence name.
See Also
SequenceCallModule.LoadParametersFromSequence
SequenceCallModule.SequenceFilePath
SequenceCallModule.SequenceName
SequenceCallModule.SpecifyByExpression
SequenceCallModule.UseCurrentFile