ExperimentType
public struct ExperimentType : OptionSet
Experiment type
-
The raw value of the option set
Declaration
Swift
public var rawValue: UInt8 -
Declaration
Swift
public init(rawValue: UInt8) -
Discrete trial procedure
Declaration
Swift
public static let discreteTrial: ExperimentType -
Continuous free-operant procedure
Declaration
Swift
public static let freeOperant: ExperimentType
ExperimentType Structure Reference