How to override base sequence with virtual sequence from command line using factory?

I have considered that scenario of new test which override but my current requirement is to have only base test with base sequence and I need to run using python script and for required testcase, selected virtual sequence is to be given from script directly. So, that’s why I need to understand, how to override the base sequence with virtual sequence using command line argument.