# for the accelerometer
task.ai_channels.add_ai_accel_chan(physical_channel = "your_card_name/ao1", sensitivity = 100, current_excit_val = 0.002) # for the velocity sensor (once integrated): task.ai_channels.add_ai_velocity_iepe_chan(physical_channel = "your_card_name/ai1", sensitivity = 100, current_excit_val = 0.002)