V5 Inertia Sensor Setup

Hey, does anyone know what is the line of code to set up the new inertia in vex.h.
For example to setup the old gyro we used “vex::gyro Gyro1( Brain.ThreeWirePort.F);”
But for the new gyro we have to use the other ports

“vex::inertial Inertial4 = inertial(PORT4);” like this.