MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / Py_ops_groundMotion

Function Py_ops_groundMotion

SRC/interpreter/PythonWrapper.cpp:2036–2046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2034}
2035
2036static PyObject *Py_ops_groundMotion(PyObject *self, PyObject *args)
2037{
2038 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2039
2040 if (OPS_groundMotion() < 0) {
2041 opserr<<(void*)0;
2042 return NULL;
2043 }
2044
2045 return wrapper->getResults();
2046}
2047
2048static PyObject *Py_ops_equalDOF_Mixed(PyObject *self, PyObject *args)
2049{

Callers

nothing calls this directly

Calls 3

OPS_groundMotionFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected