How can I call Super order from python algo code

I have done placement of orders by using Tradehull library in python and would like to code for Super order as well. can I use the same call as listed below?

tsl.order_placement(tradingsymbol=orderbook[name][‘name’] ,exchange=‘NSE’, quantity=orderbook[name][‘qty’], price=0, trigger_price=0, order_type=‘MARKET’, transaction_type=‘SELL’, trade_type=or_trade_type)