Example #1
0
 public static string GetFullSessionName(this SessionConfig sessionConfig, string time = null) =>
 GetFullSessionName(sessionConfig.Subject, sessionConfig.SessionDescriptor, sessionConfig.Paradigm, time);
Example #2
0
 public static void StartSession(SessionConfig config, ISessionListener sessionListener = null) =>
 StartSessions(config.Subject, new[] { config.SessionDescriptor }, new[] { config.Paradigm }, config.Devices, sessionListener);
Example #3
0
 public static void StartSession(SessionConfig config, bool monitor = false, ISessionListener sessionListener = null) =>
 StartSession(new[] { config.ExperimentPart }, config.DevicePart, monitor, sessionListener);