ValidContainerStorageConditionQ
ValidContainerStorageConditionQ[mySamples,myStorageConditions]⟹{isValidContainerStorageCondition}
checks that the storage conditions are compatible with samples that share the same container.
ValidContainerStorageConditionQ[myGeneratedSamples,myResolvedContainers,myResolvedStorageConditions]⟹{isValidContainerStorageCondition}
checks that the resolved storage conditions are compatible with samples that share the same resolved container.
Details
Input
Output
Examples
Basic Examples (5)
Returns True for any samples that share a container and the specified storage conditions are compatible:
Returns True for any samples where the storage condition is Null since this will default to the container storage condition:
Returns True for any samples where the storage condition is Null and samples sharing that container have specified storage conditions:
Returns True for any samples generated in the same container where the storage condition is Null:
Returns True for any samples generated in the same container where the storage condition of some samples are Null and some samples are specified:
Messages (3)
Returns False for any samples where the specified storage condition conflicts with the storage condition of samples that share the same container:
Returns False for any samples where the specified storage condition conflicts with the storage condition of unused samples that share the same container:
Returns False for any samples generated in the same container where the specified storage condition conflicts with the storage condition of samples that share the same container: