How to simulate the position velocity data?

Hi everyone, I would like to know if there is a way to simulate the position velocity data of the GTO transfer orbit section, which I can use for orbit determination testing.Thanks

When you have a SpacecraftState (or an Orbit), you can call getPVCoordinates(frame)` to retrieve position, velocity and acceleration in any frame. Then you can extract the velocity from there.

Ok thanks. I’ll try it.